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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to