diff options
author | ume <ume@FreeBSD.org> | 2003-12-04 14:33:54 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-12-04 14:33:54 +0800 |
commit | 4152828131131c30bf2d8e3d98dfc26c4ab1c79e (patch) | |
tree | 64f1136dc247b5750ba8475acb68ca2ee2a2cb69 /security/cyrus-sasl2 | |
parent | f1f31b433badfae5b91896dac3eabf87fb3e5ead (diff) | |
download | freebsd-ports-gnome-4152828131131c30bf2d8e3d98dfc26c4ab1c79e.tar.gz freebsd-ports-gnome-4152828131131c30bf2d8e3d98dfc26c4ab1c79e.tar.zst freebsd-ports-gnome-4152828131131c30bf2d8e3d98dfc26c4ab1c79e.zip |
add WITH_ALWAYSTRUE option.
Requested by: Ted Cabeen <secabeen@pobox.com>
Diffstat (limited to 'security/cyrus-sasl2')
-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 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 " |