aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:19:42 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:19:42 +0000
commit84297c72846e2cb64bb754bc7476c583cee42c53 (patch)
tree6b72352427e57b26e980f17760788315f929c7aa /devel
parent7e7614fa9d8f6a5e24f54da232d7f984991e4ec4 (diff)
downloadports-84297c72846e2cb64bb754bc7476c583cee42c53.tar.gz
ports-84297c72846e2cb64bb754bc7476c583cee42c53.zip
Notes
Diffstat (limited to 'devel')
-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}