summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-12-04 06:33:54 +0000
committerume <ume@FreeBSD.org>2003-12-04 06:33:54 +0000
commit4152828131131c30bf2d8e3d98dfc26c4ab1c79e (patch)
tree64f1136dc247b5750ba8475acb68ca2ee2a2cb69 /security
parentf1f31b433badfae5b91896dac3eabf87fb3e5ead (diff)
downloadFreeBSD-ports-4152828131131c30bf2d8e3d98dfc26c4ab1c79e.zip
FreeBSD-ports-4152828131131c30bf2d8e3d98dfc26c4ab1c79e.tar.gz
add WITH_ALWAYSTRUE option.
Requested by: Ted Cabeen <secabeen@pobox.com>
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index ab76327..edc6e39 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -90,6 +90,10 @@ MYSQL= "@comment "
CONFIGURE_ARGS+=--with-devrandom=/dev/urandom
.endif
+.if defined(WITH_ALWAYSTRUE)
+CONFIGURE_ARGS+=--enable-alwaystrue
+.endif
+
.if defined(WITHOUT_OTP)
CONFIGURE_ARGS+=--disable-otp
OTP= "@comment "
OpenPOWER on IntegriCloud