svn commit: r274144 - head/lib
Devin Teske
dteske at FreeBSD.org
Wed Nov 5 19:54:15 UTC 2014
Author: dteske
Date: Wed Nov 5 19:54:14 2014
New Revision: 274144
URL: https://svnweb.freebsd.org/changeset/base/274144
Log:
Fix code-typo; introduced by r267511
MFC after: 3 days
X-MFC-to: stable/10
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile Wed Nov 5 16:38:57 2014 (r274143)
+++ head/lib/Makefile Wed Nov 5 19:54:14 2014 (r274144)
@@ -130,7 +130,7 @@ SUBDIR_DEPEND_libcam= libsbuf
SUBDIR_DEPEND_libcapsicum= libnv
SUBDIR_DEPEND_libcasper= libcapsicum libnv libpjdlog
SUBDIR_DEPEND_libdevstat= libkvm
-SUBDIR_DEPEND_libdiaglog= ncurses
+SUBDIR_DEPEND_libdialog= ncurses
SUBDIR_DEPEND_libedit= ncurses
SUBDIR_DEPEND_libg++= msun
SUBDIR_DEPEND_libgeom= libexpat libsbuf
More information about the svn-src-all
mailing list