summaryrefslogtreecommitdiff
path: root/dns/ldns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
commit703ff6d36176652e995eaf56e44c8637531c23a3 (patch)
tree81e5478fa11645e21ab75a8faa039b5e6d1918c5 /dns/ldns
parent86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff)
downloadfreebsd-ports-703ff6d36176652e995eaf56e44c8637531c23a3.zip
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index d797a8632e73..33468ca0bb5b 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -87,6 +87,10 @@ INSTALL_TARGET= install-lib install-h install-config
.include <bsd.port.pre.mk>
+.if ${SSL_DEFAULT:Mopenssl-devel}
+BROKEN= Does not build with openssl-devel
+.endif
+
.if ${PORT_OPTIONS:MGOST}
. if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base"
IGNORE_FreeBSD_9= Requires openssl version >= 1.0.0