aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-10-09 03:52:00 +0800
committerantoine <antoine@FreeBSD.org>2015-10-09 03:52:00 +0800
commit7951dbfb04da35f4238b7090398d5435b6f755b3 (patch)
tree2b56a0202a1b3cf1bc6ee0f81eadd7d61292459f /security
parent5bac4abbb111649a426b1cb107547a5c52cac32f (diff)
downloadfreebsd-ports-gnome-7951dbfb04da35f4238b7090398d5435b6f755b3.tar.gz
freebsd-ports-gnome-7951dbfb04da35f4238b7090398d5435b6f755b3.tar.zst
freebsd-ports-gnome-7951dbfb04da35f4238b7090398d5435b6f755b3.zip
Unbreak INDEX
Diffstat (limited to 'security')
-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