diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-15 01:46:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-15 01:46:55 +0800 |
commit | 8f5ed40d53b3cd3b809c32b529213f2551091e12 (patch) | |
tree | 3390c5999f41097e6fa9e2f0a66f02f18722f39e /net/py-ldap2 | |
parent | 5bcd1a7e0a4ce7abd99f05c060de44b825c446eb (diff) | |
download | freebsd-ports-gnome-8f5ed40d53b3cd3b809c32b529213f2551091e12.tar.gz freebsd-ports-gnome-8f5ed40d53b3cd3b809c32b529213f2551091e12.tar.zst freebsd-ports-gnome-8f5ed40d53b3cd3b809c32b529213f2551091e12.zip |
- New option LDAP_PORT
- Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index f5387eb55716..24ed4e53cb9b 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -15,11 +15,12 @@ DISTNAME= python-ldap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An LDAP module for python, for OpenLDAP2 -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS= ldap.2:${PORTSDIR}/${LDAP_PORT} USE_PYTHON= yes USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} +LDAP_PORT= net/openldap20-client #class = OpenLDAP2 #library_dirs = /usr/local/openldap2/lib |