aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca-ng
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-13 19:10:31 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-13 19:10:31 +0000
commit417ae507414d33538bf0a480776577f3ae9589cf (patch)
tree7e484d4f116196ec1a84698de417e665557eaaea /net-mgmt/nsca-ng
parent9e2bf4b87e7d3c98cffb543640f4877e61d84f75 (diff)
downloadports-417ae507414d33538bf0a480776577f3ae9589cf.tar.gz
ports-417ae507414d33538bf0a480776577f3ae9589cf.zip
net-mgmt/nsca-ng(-client): IGNORE FreeBSD 9 base openSSL
I think the original makefile was starting that the FreeBSD 9 base OpenSSL isn't good enough. My previous commit lost that information, so put the equivalent check back again.
Notes
Notes: svn path=/head/; revision=422064
Diffstat (limited to 'net-mgmt/nsca-ng')
-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