summaryrefslogtreecommitdiff
path: root/databases/py-ldap
diff options
context:
space:
mode:
authorkleink <kleink>2001-10-27 15:22:07 +0000
committerkleink <kleink>2001-10-27 15:22:07 +0000
commit41d982df225f8d96c193048e912579ad21b2ae8d (patch)
tree36ccfae3eb4f9a365a60679798ef50420b4e7b3b /databases/py-ldap
parent8bcc7da0ba88a0b5fea278cdfd918a326e5b3726 (diff)
downloadpkgsrc-41d982df225f8d96c193048e912579ad21b2ae8d.tar.gz
Turn this into an explicit openldap1 dependency, for now.
Diffstat (limited to 'databases/py-ldap')
-rw-r--r--databases/py-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 36f8b555abd..6d372fedecd 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/05/03 11:21:32 agc Exp $
+# $NetBSD: Makefile,v 1.7 2001/10/27 15:22:07 kleink Exp $
DISTNAME= python-ldap-1.10alpha3-src
PKGNAME= py-ldap-1.10a3
@@ -10,7 +10,7 @@ HOMEPAGE= http://sourceforge.net/projects/python-ldap/
COMMENT= LDAP client API for Python
DEPENDS+= python>=2.0:../../lang/python
-DEPENDS+= openldap>=1.2.11:../../databases/openldap
+DEPENDS+= openldap>=1.2.11:../../databases/openldap1
WRKSRC= ${WRKDIR}/python-ldap-1.10alpha3
GNU_CONFIGURE= yes