summaryrefslogtreecommitdiff
path: root/mail/courier-imap/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-11-21 23:10:25 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-11-21 23:10:25 +0000
commit62fa20bc405bd921f7560fc1a2ac47b3be9274bd (patch)
tree1fc50df7b2a6b9f8e697095f382aee6adbb4147e /mail/courier-imap/Makefile
parentutilize USE_OPENLDAP (diff)
too much options removed in the last commit
Notes
Notes: svn path=/head/; revision=94680
Diffstat (limited to '')
-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)