summaryrefslogtreecommitdiff
path: root/net/py-ldap1
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-09-13 03:47:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-09-13 03:47:37 +0000
commit197babad6078b4ace65edb3e75aee85820945e01 (patch)
treecd88645bc3d4832413215638650ccf26f3ecc1d2 /net/py-ldap1
parentChase the png library version bump. (diff)
Drop support to link with openldap2
the API changed again between 2.0.11 and 2.0.14 Links now only with openldap 1.2.11
Notes
Notes: svn path=/head/; revision=47784
Diffstat (limited to 'net/py-ldap1')
-rw-r--r--net/py-ldap1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile
index 616a0ca3d565..3aecffc9531d 100644
--- a/net/py-ldap1/Makefile
+++ b/net/py-ldap1/Makefile
@@ -6,14 +6,14 @@
PORTNAME= ldapmodule
PORTVERSION= 1.10alpha3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
DISTNAME= python-ldap-${PORTVERSION}-src
MAINTAINER= dinoex@FreeBSD.org
-LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap2
+LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python