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 /net | |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/splatd/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |