diff options
-rw-r--r-- | devel/py-twistedFlow/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-twistedFlow/Makefile b/devel/py-twistedFlow/Makefile index ebdba2b35fb4..649cb60d50b8 100644 --- a/devel/py-twistedFlow/Makefile +++ b/devel/py-twistedFlow/Makefile @@ -7,16 +7,18 @@ PORTNAME= twistedFlow PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://twistedmatrix.com/downloads/Flow/0.1/ \ - http://tmrc.mit.edu/mirror/twisted/Flow/0.1/ + http://tmrc.mit.edu/mirror/twisted/Flow/0.1/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedFlow-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Generator based asynchronous result flows -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedFlow-${PORTVERSION} |