diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-13 14:24:45 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-13 14:24:45 +0000 |
commit | 5e0773b87a9420f46c06beec6d52e41be63f2a71 (patch) | |
tree | 90410245fc8367c07a855bf7388cba1f555a6355 /security/stunnel | |
parent | 0ae71182a454a617fa602b6a49c3bca02b5a3c3e (diff) | |
download | ports-5e0773b87a9420f46c06beec6d52e41be63f2a71.tar.gz ports-5e0773b87a9420f46c06beec6d52e41be63f2a71.zip |
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 451ab313cfd3..dd6411dffaae 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -76,11 +76,11 @@ LDFLAGS+= -lpthread .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MFIPS} && ${SSL_DEFAULT} == libressl +.if ${PORT_OPTIONS:MFIPS} && ${SSL_DEFAULT:Mlibressl*} IGNORE= LibreSSL does not support FIPS standard .endif -.if ${SSL_DEFAULT} == libressl +.if ${SSL_DEFAULT:Mlibressl*} NO_PACKAGE= The stunnel license restricts distribution when linked to non-OpenSSL non-base SSL-libraries .endif |