summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-15 11:19:13 +0000
committerflz <flz@FreeBSD.org>2005-04-15 11:19:13 +0000
commit1f89037cc5511ee6e08c952ea62e8c01894ea8e2 (patch)
treee89acf048a0f971dbc0cb7a98b8a81ec3ce9dff7 /devel
parent523384d5b57ac563dfa2854bde4dcca313823561 (diff)
downloadFreeBSD-ports-1f89037cc5511ee6e08c952ea62e8c01894ea8e2.zip
FreeBSD-ports-1f89037cc5511ee6e08c952ea62e8c01894ea8e2.tar.gz
Fix BUILD_DEPENDS.
PR: ports/79951 Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/py-twistedRunner/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile
index 22ab127..de4501f 100644
--- a/devel/py-twistedRunner/Makefile
+++ b/devel/py-twistedRunner/Makefile
@@ -7,16 +7,18 @@
PORTNAME= twistedRunner
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= devel net python
MASTER_SITES= http://twistedmatrix.com/downloads/Runner/0.1/ \
- http://tmrc.mit.edu/mirror/twisted/Runner/0.1/
+ http://tmrc.mit.edu/mirror/twisted/Runner/0.1/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedRunner-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Runner has process management, including an inetd replacement
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedRunner-${PORTVERSION}
OpenPOWER on IntegriCloud