summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/Makefile
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-12-04 06:33:54 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-12-04 06:33:54 +0000
commitfa1dd0fe6cdf0edd7341c71a6ffe63a51b3a58d1 (patch)
treec8ad8fbd3503714501a3af88a4b29c2e9a319f0e /security/cyrus-sasl2/Makefile
parentUpdate to 0.6.3 (diff)
add WITH_ALWAYSTRUE option.
Requested by: Ted Cabeen <secabeen@pobox.com>
Notes
Notes: svn path=/head/; revision=94874
Diffstat (limited to '')
-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 ab76327eca44..edc6e3924399 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 "