summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/stunnel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 175b306085d7..40bc9648629c 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -72,11 +72,11 @@ CONFIGURE_ARGS+=--with-threads=pthread
LDFLAGS+= -lpthread
.endif
-.if ${PORT_OPTIONS:MFIPS} && "${OPENSSL_PORT}" == "security/libressl"
+.if ${PORT_OPTIONS:MFIPS} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl
IGNORE= LibreSSL does not support FIPS standard
.endif
-.if "${OPENSSL_PORT}" == "security/libressl"
+.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl
NO_PACKAGE= The stunnel license restricts distribution when linked to non-OpenSSL non-base SSL-libraries
.endif