diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:46:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:46:55 +0000 |
commit | 658a9f821fbb0595594c5322c711d7e743f6c58f (patch) | |
tree | 9f66dd3da1a21f1ab10e6faaca6a8996c9b20282 /net/py-ldap2 | |
parent | Depend on openldap*-client to fix the build and INDEX builds. (diff) |
- 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 |