svn commit: r274159 - head/lib
Devin Teske
dteske at FreeBSD.org
Thu Nov 6 01:46:33 UTC 2014
Author: dteske
Date: Thu Nov 6 01:46:33 2014
New Revision: 274159
URL: https://svnweb.freebsd.org/changeset/base/274159
Log:
Upon second-thought (following r274144), remove spurious (unused)
line-noise (libdialog never lived in lib/ -- but rather the noise
came from translating a comment that was introduced 16 years ago
via r40306; translation from comment to code occurred via r267511).
MFC after: 3 days
Reviewed by: ngie
X-MFC-to: stable/10
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile Thu Nov 6 01:34:44 2014 (r274158)
+++ head/lib/Makefile Thu Nov 6 01:46:33 2014 (r274159)
@@ -130,7 +130,6 @@ SUBDIR_DEPEND_libcam= libsbuf
SUBDIR_DEPEND_libcapsicum= libnv
SUBDIR_DEPEND_libcasper= libcapsicum libnv libpjdlog
SUBDIR_DEPEND_libdevstat= libkvm
-SUBDIR_DEPEND_libdialog= ncurses
SUBDIR_DEPEND_libedit= ncurses
SUBDIR_DEPEND_libg++= msun
SUBDIR_DEPEND_libgeom= libexpat libsbuf
More information about the svn-src-head
mailing list