diff options
author | ume <ume@FreeBSD.org> | 2003-12-04 06:33:54 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-12-04 06:33:54 +0000 |
commit | 4152828131131c30bf2d8e3d98dfc26c4ab1c79e (patch) | |
tree | 64f1136dc247b5750ba8475acb68ca2ee2a2cb69 /security | |
parent | f1f31b433badfae5b91896dac3eabf87fb3e5ead (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 " |