diff options
author | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
commit | 2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /security/cyrus-saslauthd | |
parent | 954f05991707ebf0b59a7f471dfbf8bea1591fb3 (diff) | |
download | pkgsrc-2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc.tar.gz |
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
Diffstat (limited to 'security/cyrus-saslauthd')
-rw-r--r-- | security/cyrus-saslauthd/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cyrus-saslauthd/options.mk b/security/cyrus-saslauthd/options.mk index 78caccd0be6..e03d0db01ba 100644 --- a/security/cyrus-saslauthd/options.mk +++ b/security/cyrus-saslauthd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2006/04/19 17:50:52 tv Exp $ +# $NetBSD: options.mk,v 1.10 2006/05/31 18:22:25 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cyrus-saslauthd PKG_SUPPORTED_OPTIONS= pam kerberos ldap gssapi @@ -19,10 +19,10 @@ CONFIGURE_ARGS+= --without-pam ### Authentication against information stored in an LDAP directory ### .if !empty(PKG_OPTIONS:Mldap) -. include "../../databases/openldap/buildlink3.mk" +. include "../../databases/openldap-client/buildlink3.mk" . include "../../security/cyrus-sasl/buildlink3.mk" BUILDLINK_INCDIRS.cyrus-sasl= include/sasl -CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap} +CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap-client} PLIST_SUBST+= LDAP= .else CONFIGURE_ARGS+= --without-ldap |