diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-24 18:37:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-24 18:37:10 +0000 |
commit | c135417273d19b1a806ef9487bb8a4de20e70d2a (patch) | |
tree | 1633db6122e7e1acaba21e950082245adcfa763d /databases | |
parent | e4eb47db4be1195f246b7cf99f796d3d3cb56bb8 (diff) | |
download | pkgsrc-c135417273d19b1a806ef9487bb8a4de20e70d2a.tar.gz |
cyrus-sasl configure option takes no argument.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap/Makefile.options | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/openldap/Makefile.options b/databases/openldap/Makefile.options index 675e534e072..5f5c22e01b4 100644 --- a/databases/openldap/Makefile.options +++ b/databases/openldap/Makefile.options @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.3 2004/07/24 14:21:44 jlam Exp $ +# $NetBSD: Makefile.options,v 1.4 2004/07/24 18:37:10 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-sasl2/buildlink3.mk" -CONFIGURE_ARGS+= --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl} +CONFIGURE_ARGS+= --with-cyrus-sasl . elif defined(USE_SASL2) && !empty(USE_SASL2:M[yY][eE][sS]) . include "../../security/cyrus-sasl2/buildlink3.mk" -CONFIGURE_ARGS+= --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl} +CONFIGURE_ARGS+= --with-cyrus-sasl . elif defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS]) . include "../../security/cyrus-sasl/buildlink3.mk" -CONFIGURE_ARGS+= --with-cyrus-sasl=${BUILDLINK_PREFIX.cyrus-sasl} +CONFIGURE_ARGS+= --with-cyrus-sasl . endif .endif |