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.
This commit is contained in:
parent
9e2bf4b87e
commit
417ae50741
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422064
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue