aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-saslauthd
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2016-03-31 17:35:26 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2016-03-31 17:35:26 +0000
commitb7d79ba5b0487d01765dfc53a58e14b5379707f8 (patch)
treeac5c70557a5c023073fc2648b9d04fc999d600c4 /security/cyrus-sasl2-saslauthd
parent666ba9ef247c8f221124c3bceaa6225eaee494c7 (diff)
downloadports-b7d79ba5b0487d01765dfc53a58e14b5379707f8.tar.gz
ports-b7d79ba5b0487d01765dfc53a58e14b5379707f8.zip
Add OPENLDAP_SASL option for changing LIB_DEPENDS
to openldap-sasl-client.
Notes
Notes: svn path=/head/; revision=412277
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r--security/cyrus-sasl2-saslauthd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile
index 0873c022b8c4..34395ff2c58b 100644
--- a/security/cyrus-sasl2-saslauthd/Makefile
+++ b/security/cyrus-sasl2-saslauthd/Makefile
@@ -14,7 +14,7 @@ USE_RC_SUBR= saslauthd
CYRUS_CONFIGURE_ARGS= --with-saslauthd=${SASLAUTHD_RUNPATH}
CONFIGURE_ENV+= andrew_cv_runpath_switch=none
-OPTIONS_DEFINE= DOCS HTTPFORM OPENLDAP
+OPTIONS_DEFINE= DOCS HTTPFORM OPENLDAP OPENLDAP_SASL
OPTIONS_RADIO= GSSAPI SASLDB
OPTIONS_RADIO_SASLDB= BDB1 BDB GDBM
OPTIONS_DEFAULT= BDB1
@@ -24,6 +24,8 @@ HTTPFORM_CONFIGURE_ENABLE=httpform
OPENLDAP_DESC= Use OpenLDAP
OPENLDAP_USE= OPENLDAP=yes
OPENLDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE}
+OPENLDAP_SASL_DESC= OpenLDAP client with SASL2 support
+OPENLDAP_SASL_VARS= WANT_OPENLDAP_SASL=yes
SASLDB_DESC= Experimental SASLdb authentication module
BDB_USE= BDB=yes