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 | |
parent | Plug a small memory leak. (diff) |
Chase after py-ldap2 egg'ified
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-ldap/Makefile | 2 | ||||
-rw-r--r-- | www/web2ldap/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/trac-ldap/Makefile b/www/trac-ldap/Makefile index 832226f4003c..2b8f567fac4b 100644 --- a/www/trac-ldap/Makefile +++ b/www/trac-ldap/Makefile @@ -17,7 +17,7 @@ COMMENT= LDAP extenstions for Trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ - ${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2 + ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes 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 |