aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca-ng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nsca-ng/Makefile')
-rw-r--r--net-mgmt/nsca-ng/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/nsca-ng/Makefile b/net-mgmt/nsca-ng/Makefile
index 807549e76167..e3b0701db1a7 100644
--- a/net-mgmt/nsca-ng/Makefile
+++ b/net-mgmt/nsca-ng/Makefile
@@ -35,6 +35,10 @@ PORTDOCS= NEWS COPYING README PROTOCOL TODO
.include <bsd.port.pre.mk>
+.if ${SSL_DEFAULT} == base
+IGNORE_FreeBSD_9= Requires newer OpenSSL (set SSL_DEFAULT=openssl)
+.endif
+
.if ${SSL_DEFAULT:Mlibressl*}
IGNORE= Requires PSK which is unsupported by the selected LibreSSL
.endif