diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-07 05:39:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-07 05:39:05 +0800 |
commit | c936a60fc51bfdd0d2a757a99c449effdcffc5f5 (patch) | |
tree | c9b1595174f66137d1ceec533e2963d2df373741 /net/splatd | |
parent | c49ef4ffdd34c2374a6f86e17cd07406a044884c (diff) | |
download | freebsd-ports-gnome-c936a60fc51bfdd0d2a757a99c449effdcffc5f5.tar.gz freebsd-ports-gnome-c936a60fc51bfdd0d2a757a99c449effdcffc5f5.tar.zst freebsd-ports-gnome-c936a60fc51bfdd0d2a757a99c449effdcffc5f5.zip |
- Fix dependency after py25-zconfig upgrade
Reported by: pavbot
Diffstat (limited to 'net/splatd')
-rw-r--r-- | net/splatd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index ffeb11895ed7..9717fa5e7c09 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -6,13 +6,14 @@ PORTNAME= splatd PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= snb@threerings.net COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ZConfig:${PORTSDIR}/devel/py-zconfig \ +BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 \ ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS= ${BUILD_DEPENDS} |