diff options
author | Xin LI <delphij@FreeBSD.org> | 2008-03-28 18:49:07 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2008-03-28 18:49:07 +0000 |
commit | cee6e4c48a36450d5cae8b9c5177bc3633f0e153 (patch) | |
tree | 68a03d9d2a6bd3897158091bb7f43c784d38fb45 /www/web2ldap | |
parent | 15f294ae7f8bd648df31441577e7101d3e69d0a5 (diff) |
Notes
Diffstat (limited to 'www/web2ldap')
-rw-r--r-- | www/web2ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 5ca9a13e3360..071c79efcc2a 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.web2ldap.de/download/ \ MAINTAINER= bsam@FreeBSD.org COMMENT= Python-based WWW gateway to LDAP servers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 \ ${PYTHON_SITELIBDIR}/pyweblib/__init__.py:${PORTSDIR}/www/pyweblib \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support |