From e39458901a4367672b88826a2a9eb26d1806acfe Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Fri, 15 Apr 2005 11:27:07 +0000 Subject: [PATCH] - Fix BUILD_DEPENDS. PR: ports/79960 Submitted by: maintainer --- www/py-twistedWeb/Makefile | 6 ++++-- 1 file 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}