aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-06 21:39:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-06 21:39:05 +0000
commit198273f8e252f32c7cf235978191eb896dda2c88 (patch)
tree7df8f5a316ebfab42701159a52bdb9b53f5ab8c8 /net
parent2cf14c20f74c2d457ce2bcc61ae5066d0b9974ce (diff)
downloadports-198273f8e252f32c7cf235978191eb896dda2c88.tar.gz
ports-198273f8e252f32c7cf235978191eb896dda2c88.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/splatd/Makefile3
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}