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

not on itself
This commit is contained in:
bapt 2014-11-25 11:14:42 +00:00
parent 079f78008e
commit ae45ae3f5d

View File

@ -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