diff options
author | delphij <delphij@FreeBSD.org> | 2008-03-29 02:49:07 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-03-29 02:49:07 +0800 |
commit | 8720acde019a65e6349916e5803aff2e33c95c9f (patch) | |
tree | 2876d87be4e90ad8b67079a0de3ce0fb7d5a516e | |
parent | 3ae898d079230c08603aa0eea01e0e4fb2b7a8f1 (diff) | |
download | freebsd-ports-gnome-8720acde019a65e6349916e5803aff2e33c95c9f.tar.gz freebsd-ports-gnome-8720acde019a65e6349916e5803aff2e33c95c9f.tar.zst freebsd-ports-gnome-8720acde019a65e6349916e5803aff2e33c95c9f.zip |
Chase after py-ldap2 egg'ified
-rw-r--r-- | net/splatd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/luma/Makefile | 2 | ||||
-rw-r--r-- | www/trac-ldap/Makefile | 2 | ||||
-rw-r--r-- | www/web2ldap/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index dd01f5305309..e035729d921a 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -14,7 +14,7 @@ MAINTAINER= snb@threerings.net COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ZConfig:${PORTSDIR}/devel/py-zconfig \ - ${PYTHON_SITELIBDIR}/ldap:${PORTSDIR}/net/py-ldap2 \ + ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 \ ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/sysutils/luma/Makefile b/sysutils/luma/Makefile index d9493a28f5ae..ced3f48b3d9c 100644 --- a/sysutils/luma/Makefile +++ b/sysutils/luma/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alecn2002@yandex.ru COMMENT= A graphical tool for accessing and managing 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}/smbpasswd.so:${PORTSDIR}/net/py-smbpasswd \ pyuic:${PORTSDIR}/x11-toolkits/py-qt 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 |