summaryrefslogtreecommitdiff
path: root/databases/py-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/py-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/py-ldap')
-rw-r--r--databases/py-ldap/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 3960988755f..13b9d4c7fc7 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2006/05/15 06:23:26 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2006/05/31 18:22:23 ghen Exp $
DISTNAME= python-ldap-2.2.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
+PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
@@ -12,8 +13,8 @@ COMMENT= LDAP client API for Python
PYTHON_VERSIONS_ACCEPTED= 23 24
PYDISTUTILSPKG= yes
-PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap}/lib
-PY_LDAP_INCLUDE_DIRS= ${BUILDLINK_PREFIX.openldap}/include
+PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap-client}/lib
+PY_LDAP_INCLUDE_DIRS= ${BUILDLINK_PREFIX.openldap-client}/include
PY_LDAP_LIBS= ldap_r lber ssl crypto
.include "options.mk"
@@ -32,7 +33,7 @@ post-install:
cd ${WRKSRC} && ${PAX} -rw CHANGES README INSTALL TODO Demo \
${PY_LDAP_DOCDIR}
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/python/extension.mk"