summaryrefslogtreecommitdiff
path: root/dns/ldns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-04 10:01:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-04 10:01:09 +0000
commit04d330d94fd9a0e26faa0dfc5fef42f3e36a6e39 (patch)
tree78417e9166c5257afcc507a7fb6f1fcc85a5991d /dns/ldns
parent022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa (diff)
downloadfreebsd-ports-04d330d94fd9a0e26faa0dfc5fef42f3e36a6e39.zip
Fix ports depending on security/(open|libre)ssl directly.
Sponsored by: Absolight
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index b92fc329808b..d1b487865b83 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -80,7 +80,7 @@ INSTALL_TARGET+=install-manpages
.if ${PORT_OPTIONS:MGOST}
. if ${OSVERSION} < 1000015
-BUILD_DEPENDS+= openssl>=1.0:security/openssl
+WITH_OPENSSL_PORT= yes
CONFLICTS+= libressl-*
. endif
.else