aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/py-twistedWeb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-twistedWeb/Makefile b/www/py-twistedWeb/Makefile
index ba8657f60a1c..f31354df4d63 100644
--- a/www/py-twistedWeb/Makefile
+++ b/www/py-twistedWeb/Makefile
@@ -7,16 +7,18 @@
PORTNAME= twistedWeb
PORTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Web/0.5/ \
- http://tmrc.mit.edu/mirror/twisted/Web/0.5/
+ http://tmrc.mit.edu/mirror/twisted/Web/0.5/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedWeb-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= An HTTP protocol implementation together with clients and servers
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedWeb-${PORTVERSION}