diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:49:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:49:35 +0000 |
commit | 827ad62b343a4bb895ff402f4f961a320bc6d4ac (patch) | |
tree | d43aa3a1ee1a3891ff01af32481e6ef53450ec8c /net/py-ldap2 | |
parent | 2c8d21c1d88d6b6d12a2e459b1f93d9f6a951d51 (diff) |
Notes
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 24ed4e53cb9b..1c413245308b 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= ldap.2:${PORTSDIR}/${LDAP_PORT} USE_PYTHON= yes USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} -LDAP_PORT= net/openldap20-client +LDAP_PORT?= net/openldap20-client #class = OpenLDAP2 #library_dirs = /usr/local/openldap2/lib |