libssh uses libz even without MK_LDNS

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2015-12-02 00:49:39 +00:00
parent 570d050700
commit 3f0c21c36c

View File

@ -171,9 +171,9 @@ _DP_archive+= crypto
_DP_archive+= md
.endif
_DP_ssl= crypto
_DP_ssh= crypto crypt
_DP_ssh= crypto crypt z
.if ${MK_LDNS} != "no"
_DP_ssh+= ldns z
_DP_ssh+= ldns
.endif
_DP_edit= ncursesw
.if ${MK_OPENSSL} != "no"