summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:18:22 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:18:22 +0000
commit57066d7e427136c8fec93a80c97608f7f7fe7bfc (patch)
tree04771280e171287b6fba62f5379a315c41ef745c
parent- Register CONFLICTS. (diff)
Fix BUILD_DEPENDS.
PR: ports/79949 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=133406
-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}