From 2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc Mon Sep 17 00:00:00 2001 From: ghen Date: Wed, 31 May 2006 18:22:23 +0000 Subject: 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. --- databases/py-ldap/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'databases/py-ldap') 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" -- cgit v1.2.3