aboutsummaryrefslogtreecommitdiff
path: root/devel/py-twistedXish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-twistedXish/Makefile')
-rw-r--r--devel/py-twistedXish/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-twistedXish/Makefile b/devel/py-twistedXish/Makefile
index b5d82970d6b9..410975c3cd42 100644
--- a/devel/py-twistedXish/Makefile
+++ b/devel/py-twistedXish/Makefile
@@ -7,6 +7,7 @@
PORTNAME= twistedXish
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Xish/0.1/ \
http://tmrc.mit.edu/mirror/twisted/Xish/0.1/
@@ -16,7 +17,8 @@ DISTNAME= TwistedXish-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Twisted Xish is XML-ish
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedXish-${PORTVERSION}