libssh uses libz even without MK_LDNS

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-12-02 00:49:39 +00:00
parent 87a2755dee
commit 70b19675cd

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"