summaryrefslogtreecommitdiff
path: root/databases/php-ldap
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commit6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /databases/php-ldap
parent9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff)
downloadpkgsrc-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 'databases/php-ldap')
-rw-r--r--databases/php-ldap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/php-ldap/Makefile b/databases/php-ldap/Makefile
index eec0f536db9..d9a8cdaf778 100644
--- a/databases/php-ldap/Makefile
+++ b/databases/php-ldap/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:33 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/31 18:22:23 ghen Exp $
MODNAME= ldap
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES+= databases
COMMENT= PHP extension for LDAP database access
USE_PHP_EXT_PATCHES= yes
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openldap}
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openldap-client}
.include "../../lang/php/ext.mk"
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"