aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-twistedFlow
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-15 19:18:22 +0800
committerflz <flz@FreeBSD.org>2005-04-15 19:18:22 +0800
commit523384d5b57ac563dfa2854bde4dcca313823561 (patch)
tree5c86bc2527599e2b68e89d740b59b7bbcd956abe /devel/py-twistedFlow
parent8c715977ad008712500e65c985d85851b8bb5287 (diff)
downloadfreebsd-ports-gnome-523384d5b57ac563dfa2854bde4dcca313823561.tar.gz
freebsd-ports-gnome-523384d5b57ac563dfa2854bde4dcca313823561.tar.zst
freebsd-ports-gnome-523384d5b57ac563dfa2854bde4dcca313823561.zip
Fix BUILD_DEPENDS.
PR: ports/79949 Submitted by: maintainer
Diffstat (limited to 'devel/py-twistedFlow')
-rw-r--r--devel/py-twistedFlow/Makefile6
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}