summaryrefslogtreecommitdiff
path: root/dns/ldns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-11-10 10:09:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-11-10 10:09:48 +0000
commit35326f1a9714f76f3671b263a47134133258ec1b (patch)
treeec00e643384652d97e7643f40c6342bff01bff0b /dns/ldns
parent532b7359be003bf854d62cb7aaccdee30cc43d18 (diff)
downloadfreebsd-ports-35326f1a9714f76f3671b263a47134133258ec1b.zip
security/openssl-devel was removed, but there is a security/openssl111 now.
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 e137d6337ae5..34417701485e 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -101,7 +101,7 @@ INSTALL_TARGET= install-lib install-h install-config
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MDANETAUSAGE} && ${SSL_DEFAULT} != openssl-devel
+.if ${PORT_OPTIONS:MDANETAUSAGE} && ${SSL_DEFAULT} != openssl111
BROKEN= this option requires openssl >= 1.1.0
.endif