Fix recursive problem with libedit dependency, if you depends on ncursesw and

not on itself
This commit is contained in:
Baptiste Daroussin
2014-11-25 11:14:42 +00:00
parent ca88232b48
commit e859a32cd6
+1 -1
View File
@@ -129,7 +129,7 @@ _DP_archive+= md
.endif .endif
_DP_ssl= crypto _DP_ssl= crypto
_DP_ssh= crypto crypt _DP_ssh= crypto crypt
_DP_edit= edit _DP_edit= ncursesw
.if ${MK_OPENSSL} != "no" .if ${MK_OPENSSL} != "no"
_DP_bsnmp= crypto _DP_bsnmp= crypto
.endif .endif