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 /www/ap2-auth-ldap | |
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 'www/ap2-auth-ldap')
-rw-r--r-- | www/ap2-auth-ldap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ap2-auth-ldap/Makefile b/www/ap2-auth-ldap/Makefile index a0036f1ed1a..c72e404ae71 100644 --- a/www/ap2-auth-ldap/Makefile +++ b/www/ap2-auth-ldap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:16 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/31 18:22:26 ghen Exp $ DISTNAME= mod_auth_ldap3.05 PKGNAME= ap2-auth-ldap-3.05 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www databases MASTER_SITES= http://www.muquit.com/muquit/software/mod_auth_ldap/ @@ -19,7 +19,7 @@ CPPFLAGS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lldap -llber BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47 CONFIGURE_ARGS+= --with-apxs=${APXS:Q} -CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap} +CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client} CONFIGURE_ARGS+= --with-apache-dir=${PREFIX:Q} CONFIGURE_ARGS+= --with-apache-ver=2 @@ -33,7 +33,7 @@ SUBST_MESSAGE.paths= Fixing hardcoded paths. do-install: cd ${WRKSRC} && ${APXS} -i -n ${APACHE_MODULE_NAME} mod_auth_ldap.la -.include "../../databases/openldap/buildlink3.mk" +.include "../../databases/openldap-client/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../www/apache2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |