summaryrefslogtreecommitdiff
path: root/databases/nss_ldap
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commitf45e7135c235558dab2ec1b61cbc2fbe497b9243 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /databases/nss_ldap
parentdc5b2859cba34a42b925e3360feac6dd374d72b1 (diff)
downloadpkgsrc-f45e7135c235558dab2ec1b61cbc2fbe497b9243.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 'databases/nss_ldap')
-rw-r--r--databases/nss_ldap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/nss_ldap/Makefile b/databases/nss_ldap/Makefile
index 7836d92d1d9..a0369bd8b9a 100644
--- a/databases/nss_ldap/Makefile
+++ b/databases/nss_ldap/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/15 19:23:47 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/31 18:22:23 ghen Exp $
#
DISTNAME= nss_ldap-240
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://www.padl.com/download/
@@ -29,5 +29,5 @@ pre-build:
${CP} ${FILESDIR}/netbsd.c ${FILESDIR}/netbsd.h ${WRKSRC}
${LN} -fs /usr/include/nsswitch.h ${BUILDLINK_DIR}/include/nss.h
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"