aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-02-18 00:49:13 +0800
committermat <mat@FreeBSD.org>2017-02-18 00:49:13 +0800
commit01f5860dd4c8bb29fb1c88e1a231763c81354b06 (patch)
tree10b7e627aff03f2e876e5b8a4a0a4b24795ad01d /dns
parent41677c21f0d87fb1272d9c84bb6a4b1af1e48d11 (diff)
downloadfreebsd-ports-gnome-01f5860dd4c8bb29fb1c88e1a231763c81354b06.tar.gz
freebsd-ports-gnome-01f5860dd4c8bb29fb1c88e1a231763c81354b06.tar.zst
freebsd-ports-gnome-01f5860dd4c8bb29fb1c88e1a231763c81354b06.zip
Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-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