diff options
author | manu <manu> | 2007-03-15 14:28:57 +0000 |
---|---|---|
committer | manu <manu> | 2007-03-15 14:28:57 +0000 |
commit | 6f4530aec7ed475e376bdabb54fe83f28f964c00 (patch) | |
tree | 6d60e9f3e451ff4ba7b8afbd208ee5e43bf8c6dc /databases/openldap-server | |
parent | 56f93d97ea520135560c8c35674967cb3afb6933 (diff) | |
download | pkgsrc-6f4530aec7ed475e376bdabb54fe83f28f964c00.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.mk | 4 |
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 |