diff options
author | ghen <ghen> | 2006-05-31 18:22:23 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-05-31 18:22:23 +0000 |
commit | 6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /www/ap-auth-ldap | |
parent | 9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff) | |
download | pkgsrc-6a34cac762bbf82e27b9e03d66f87e4ef2add238.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/ap-auth-ldap')
-rw-r--r-- | www/ap-auth-ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index 42c0399218f..120302a592d 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:56 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/05/31 18:22:26 ghen Exp $ DISTNAME= auth_ldap-1.6.1 PKGNAME= ap-auth-ldap-1.6.1 -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= apldap CATEGORIES= www databases MASTER_SITES= http://www.rudedog.org/auth_ldap/ @@ -27,6 +27,6 @@ post-install: .include "../../www/apache/module.mk" -.include "../../databases/openldap/buildlink3.mk" +.include "../../databases/openldap-client/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |