diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 19:18:22 +0800 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 19:18:22 +0800 |
commit | 57066d7e427136c8fec93a80c97608f7f7fe7bfc (patch) | |
tree | 04771280e171287b6fba62f5379a315c41ef745c /devel | |
parent | e17e6007fcd1daec30574e92340fbbbb1d405588 (diff) | |
download | freebsd-ports-gnome-57066d7e427136c8fec93a80c97608f7f7fe7bfc.tar.gz freebsd-ports-gnome-57066d7e427136c8fec93a80c97608f7f7fe7bfc.tar.zst freebsd-ports-gnome-57066d7e427136c8fec93a80c97608f7f7fe7bfc.zip |
Fix BUILD_DEPENDS.
PR: ports/79949
Submitted by: maintainer
Diffstat (limited to 'devel')
-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} |