diff options
author | ume <ume@FreeBSD.org> | 2004-10-12 14:10:43 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-10-12 14:10:43 +0000 |
commit | ad1b2862bbb514862c4b6820511d2116f389521b (patch) | |
tree | dfbd134674d5cc6cf19b9a0b47b8681623ec7377 /security/cyrus-sasl2 | |
parent | 6abd36c1b5aab1642a9ad5b4a2477f9e92ada77d (diff) | |
download | FreeBSD-ports-ad1b2862bbb514862c4b6820511d2116f389521b.zip FreeBSD-ports-ad1b2862bbb514862c4b6820511d2116f389521b.tar.gz |
add WITH_AUTHDAEMON option to allow use of courier authdaemond.
PR: ports/72093
Submitted by: Marcin Gryszkalis
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 fc374ad..205aada 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -111,6 +111,10 @@ CONFIGURE_ARGS+=--enable-sql SQL= "@comment " .endif +.if defined(WITH_AUTHDAEMON) +CONFIGURE_ARGS+=--with-authdaemond +.endif + .if defined(WITH_DEV_URANDOM) CONFIGURE_ARGS+=--with-devrandom=/dev/urandom .endif |