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
This commit is contained in:
Dirk Meyer 2001-09-13 03:47:37 +00:00
parent 170019dec3
commit 197babad60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47784
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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