aboutsummaryrefslogtreecommitdiff
path: root/dns/ldns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-02-17 16:49:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-02-17 16:49:13 +0000
commit9cb2c90e320cb5719b797577ed4afd5e7899d56d (patch)
tree10b7e627aff03f2e876e5b8a4a0a4b24795ad01d /dns/ldns
parenteaa5e785fc74c7d88c602c907baccb35875810b0 (diff)
downloadports-9cb2c90e320cb5719b797577ed4afd5e7899d56d.tar.gz
ports-9cb2c90e320cb5719b797577ed4afd5e7899d56d.zip
Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=434300
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 33468ca0bb5b..bb03cfecd571 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -91,11 +91,7 @@ INSTALL_TARGET= install-lib install-h install-config
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
-. endif
-.else
+.if ! ${PORT_OPTIONS:MGOST}
NO_GOST= --disable-gost
.endif