summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-24 14:21:44 +0000
committerjlam <jlam@pkgsrc.org>2004-07-24 14:21:44 +0000
commit15dcbb1b12f80ec12eaa8b2ac543c04241ff2ffa (patch)
treec3ef6b64618dd346e92666455d1e61f4ce842cc1 /databases/openldap
parent89a26085dbe16d34cdf94ccf1e8de634dfc328cf (diff)
downloadpkgsrc-15dcbb1b12f80ec12eaa8b2ac543c04241ff2ffa.tar.gz
If neither USE_SASL nor USE_SASL2 are defined, then use cyrus-sasl2 by
default.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile.options4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap/Makefile.options b/databases/openldap/Makefile.options
index 5381d5fb889..675e534e072 100644
--- a/databases/openldap/Makefile.options
+++ b/databases/openldap/Makefile.options
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.2 2004/07/24 14:20:07 jlam Exp $
+# $NetBSD: Makefile.options,v 1.3 2004/07/24 14:21:44 jlam Exp $
#
# OPENLDAP_ALL_OPTIONS lists all of the currently-supported optional modules
# that *may* be built.
@@ -51,7 +51,7 @@ PLIST_SUBST+= DYNAMIC_MOD="@comment "
###
.if !empty(_OPENLDAP_OPTIONS:Msasl)
. if !defined(USE_SASL2) && !defined(USE_SASL)
-. include "../../security/cyrus-sasl/buildlink3.mk"
+. include "../../security/cyrus-sasl2/buildlink3.mk"
CONFIGURE_ARGS+= --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
. elif defined(USE_SASL2) && !empty(USE_SASL2:M[yY][eE][sS])
. include "../../security/cyrus-sasl2/buildlink3.mk"