aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-ldapdb
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2016-03-02 14:13:45 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2016-03-02 14:13:45 +0000
commitb49e7032a330a20d2c65ee8bc5d5052d6210d91d (patch)
tree0df689846593dab955ba5ea570d930631877a676 /security/cyrus-sasl2-ldapdb
parentc874aec956bcd8f31ed1341db73872992328dc86 (diff)
downloadports-b49e7032a330a20d2c65ee8bc5d5052d6210d91d.tar.gz
ports-b49e7032a330a20d2c65ee8bc5d5052d6210d91d.zip
- Make SASLdb excludable.
- Make SASLdb buildable with GDBM. - Make sure to disable the plugins where it is not required.
Notes
Notes: svn path=/head/; revision=409943
Diffstat (limited to 'security/cyrus-sasl2-ldapdb')
-rw-r--r--security/cyrus-sasl2-ldapdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile
index 8dbca49c7294..99c1e12f8d89 100644
--- a/security/cyrus-sasl2-ldapdb/Makefile
+++ b/security/cyrus-sasl2-ldapdb/Makefile
@@ -5,11 +5,11 @@ PORTREVISION= 5
COMMENT= SASL LDAPDB auxprop plugin
+CYRUS_CONFIGURE_ARGS= --enable-ldapdb --with-ldap=${LOCALBASE}
+
USE_OPENLDAP= yes
.if defined(WITH_OPENLDAP_VER)
WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER}
.endif
-CONFIGURE_ARGS+=--enable-ldapdb --with-ldap=${LOCALBASE}
-
.include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common"