From 417ae507414d33538bf0a480776577f3ae9589cf Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 13 Sep 2016 19:10:31 +0000 Subject: 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. --- net-mgmt/nsca-ng/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net-mgmt') 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 +.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 -- cgit v1.2.3