summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjlam <jlam>2004-07-24 14:20:07 +0000
committerjlam <jlam>2004-07-24 14:20:07 +0000
commit9f9ce70f1a4c90ff9443779c84692f7acf18096d (patch)
treef1952c5612b1ac57350ebf1f05b0bdf5d88c56e2 /databases/openldap
parent11d05ea26f15f1df43457eba31ba5dc1314887cf (diff)
downloadpkgsrc-9f9ce70f1a4c90ff9443779c84692f7acf18096d.tar.gz
Use the correct configure option for cyrus-sasl, and correct the path to
the cyrus-sasl2/buildlink3.mk file.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile.options10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/openldap/Makefile.options b/databases/openldap/Makefile.options
index 87f4f431bdd..5381d5fb889 100644
--- a/databases/openldap/Makefile.options
+++ b/databases/openldap/Makefile.options
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.1 2004/07/24 03:32:24 jlam Exp $
+# $NetBSD: Makefile.options,v 1.2 2004/07/24 14:20:07 jlam Exp $
#
# OPENLDAP_ALL_OPTIONS lists all of the currently-supported optional modules
# that *may* be built.
@@ -52,13 +52,13 @@ PLIST_SUBST+= DYNAMIC_MOD="@comment "
.if !empty(_OPENLDAP_OPTIONS:Msasl)
. if !defined(USE_SASL2) && !defined(USE_SASL)
. include "../../security/cyrus-sasl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+= --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
. elif defined(USE_SASL2) && !empty(USE_SASL2:M[yY][eE][sS])
-. include "../../security/cyrus-sasl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+. include "../../security/cyrus-sasl2/buildlink3.mk"
+CONFIGURE_ARGS+= --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
. elif defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS])
. include "../../security/cyrus-sasl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+= --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
. endif
.endif