svn commit: r275027 - head/share/mk

Baptiste Daroussin bapt at FreeBSD.org
Tue Nov 25 11:14:42 UTC 2014


Author: bapt
Date: Tue Nov 25 11:14:42 2014
New Revision: 275027
URL: https://svnweb.freebsd.org/changeset/base/275027

Log:
  Fix recursive problem with libedit dependency, if you depends on ncursesw and
  not on itself

Modified:
  head/share/mk/src.libnames.mk

Modified: head/share/mk/src.libnames.mk
==============================================================================
--- head/share/mk/src.libnames.mk	Tue Nov 25 11:13:21 2014	(r275026)
+++ head/share/mk/src.libnames.mk	Tue Nov 25 11:14:42 2014	(r275027)
@@ -129,7 +129,7 @@ _DP_archive+=	md
 .endif
 _DP_ssl=	crypto
 _DP_ssh=	crypto crypt
-_DP_edit=	edit
+_DP_edit=	ncursesw
 .if ${MK_OPENSSL} != "no"
 _DP_bsnmp=	crypto
 .endif


More information about the svn-src-all mailing list