diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-09-13 03:47:37 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-09-13 03:47:37 +0000 |
commit | ad5a6742519f4df354fdfdb66d741a644334d5e8 (patch) | |
tree | 84216c668e83e2268ca980a31aaf149ea7a68b3b /net | |
parent | 5826dc37d703f9600e4b865bfa92494352893096 (diff) | |
download | FreeBSD-ports-ad5a6742519f4df354fdfdb66d741a644334d5e8.zip FreeBSD-ports-ad5a6742519f4df354fdfdb66d741a644334d5e8.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/ldapmodule/Makefile | 4 | ||||
-rw-r--r-- | net/py-ldap1/Makefile | 4 | ||||
-rw-r--r-- | net/py-ldap2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/ldapmodule/Makefile b/net/ldapmodule/Makefile index 616a0ca..3aecffc 100644 --- a/net/ldapmodule/Makefile +++ b/net/ldapmodule/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 diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile index 616a0ca..3aecffc 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 diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 616a0ca..3aecffc 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/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 |