From 7e7614fa9d8f6a5e24f54da232d7f984991e4ec4 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Fri, 15 Apr 2005 11:19:13 +0000 Subject: [PATCH] Fix BUILD_DEPENDS. PR: ports/79951 Submitted by: maintainer --- devel/py-twistedRunner/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile index 22ab1278147e..de4501fb1e50 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}