summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authormanu <manu>2007-03-15 14:28:57 +0000
committermanu <manu>2007-03-15 14:28:57 +0000
commitde7e99750a4a93ecdb66db933f7d487131375d90 (patch)
tree6d60e9f3e451ff4ba7b8afbd208ee5e43bf8c6dc /databases
parent69c4f2ff978dfb7705952192c652e70c7bbadaa2 (diff)
downloadpkgsrc-de7e99750a4a93ecdb66db933f7d487131375d90.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')
-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