aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-11-22 07:10:25 +0800
committeroliver <oliver@FreeBSD.org>2003-11-22 07:10:25 +0800
commit0532315e810f538cbb3fdd062a3c157216d8b143 (patch)
tree99dda029951cdc106b55e963f773753f0410caea
parent58d8fe6e3a22fca5845ed24b307953638863ceec (diff)
downloadfreebsd-ports-gnome-0532315e810f538cbb3fdd062a3c157216d8b143.tar.gz
freebsd-ports-gnome-0532315e810f538cbb3fdd062a3c157216d8b143.tar.zst
freebsd-ports-gnome-0532315e810f538cbb3fdd062a3c157216d8b143.zip
too much options removed in the last commit
-rw-r--r--mail/courier-imap/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index e39a46a5383b..08520841c19a 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -82,6 +82,11 @@ CONFIGURE_ARGS+=--with-trashquota
.if defined(WITH_LDAP)
USE_OPENLDAP= yes
+CONFIGURE_ARGS+=--with-authldap
+PLIST_SUB+= LDAPFLAG=""
+.else
+CONFIGURE_ARGS+=--without-authldap
+PLIST_SUB+= LDAPFLAG="@comment "
.endif
.if !defined(WITH_MYSQL)