summaryrefslogtreecommitdiff
path: root/databases/openldap-server
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2007-03-15 14:28:57 +0000
committermanu <manu@pkgsrc.org>2007-03-15 14:28:57 +0000
commit27ececf5031c9bf3b4929007e2fc510bf4db93d6 (patch)
tree6d60e9f3e451ff4ba7b8afbd208ee5e43bf8c6dc /databases/openldap-server
parentfc2162f092759c34c5d118ef5df25398f31c36b4 (diff)
downloadpkgsrc-27ececf5031c9bf3b4929007e2fc510bf4db93d6.tar.gz
Fiw a configure option name: it's --enable-spasswd ans not --with-spasswwd
details here: http://www.openldap.org/lists/openldap-software/200702/msg00126.html
Diffstat (limited to 'databases/openldap-server')
-rw-r--r--databases/openldap-server/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-server/options.mk b/databases/openldap-server/options.mk
index bffa8e6e4db..c65311a350e 100644
--- a/databases/openldap-server/options.mk
+++ b/databases/openldap-server/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/06/08 15:30:03 ghen Exp $
+# $NetBSD: options.mk,v 1.3 2007/03/15 14:28:57 manu Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server
PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6
@@ -62,7 +62,7 @@ PKG_OPTIONS+= sasl
###
.if !empty(PKG_OPTIONS:Msasl)
CONFIGURE_ARGS+= --with-cyrus-sasl
-CONFIGURE_ARGS+= --with-spasswd
+CONFIGURE_ARGS+= --enable-spasswd
BUILDLINK_API_DEPENDS.cyrus-sasl+= cyrus-sasl>=2.1.15
. include "../../security/cyrus-sasl/buildlink3.mk"
.else