aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-04 18:01:09 +0800
committermat <mat@FreeBSD.org>2016-07-04 18:01:09 +0800
commit772686f6f0d213c88ef6053b31df55fefcde45d6 (patch)
tree78417e9166c5257afcc507a7fb6f1fcc85a5991d /dns
parentd86001faa8e6e543a77573b339e895636a2ede9d (diff)
downloadfreebsd-ports-graphics-772686f6f0d213c88ef6053b31df55fefcde45d6.tar.gz
freebsd-ports-graphics-772686f6f0d213c88ef6053b31df55fefcde45d6.tar.zst
freebsd-ports-graphics-772686f6f0d213c88ef6053b31df55fefcde45d6.zip
Fix ports depending on security/(open|libre)ssl directly.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r--dns/ldns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index b92fc329808..d1b487865b8 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