diff options
author | Xin LI <delphij@FreeBSD.org> | 2021-08-01 08:31:01 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2021-08-01 08:32:35 +0000 |
commit | 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 (patch) | |
tree | b859452da4f6b6583b7d951258145569954d1c63 /security/cyrus-sasl2-ldapdb | |
parent | f120f8cf68b0d0bb041abc594667a66ac695784b (diff) | |
download | ports-974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70.tar.gz ports-974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70.zip |
Diffstat (limited to 'security/cyrus-sasl2-ldapdb')
-rw-r--r-- | security/cyrus-sasl2-ldapdb/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile index 0e78202d35e9..16f8478e03b2 100644 --- a/security/cyrus-sasl2-ldapdb/Makefile +++ b/security/cyrus-sasl2-ldapdb/Makefile @@ -4,13 +4,6 @@ COMMENT= SASL LDAPDB auxprop plugin CYRUS_CONFIGURE_ARGS= --enable-ldapdb --with-ldap=${LOCALBASE} -OPTIONS_DEFINE= OPENLDAP_SASL -OPENLDAP_SASL_DESC= OpenLDAP client with SASL2 support -OPENLDAP_SASL_VARS= WANT_OPENLDAP_SASL=yes - USE_OPENLDAP= yes -.if defined(WITH_OPENLDAP_VER) -WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} -.endif .include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common" |