From 944f2cae0d62fe27d78e4b0251494a6965d31051 Mon Sep 17 00:00:00 2001 From: flz Date: Wed, 20 Apr 2005 21:49:14 +0000 Subject: - Fix BUILD_DEPENDS. --- textproc/py-twistedLore/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc/py-twistedLore') diff --git a/textproc/py-twistedLore/Makefile b/textproc/py-twistedLore/Makefile index 5b9c0198e779..5a2baef90d3c 100644 --- a/textproc/py-twistedLore/Makefile +++ b/textproc/py-twistedLore/Makefile @@ -7,6 +7,7 @@ PORTNAME= twistedLore PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= http://twistedmatrix.com/downloads/Lore/0.1/ \ http://tmrc.mit.edu/mirror/twisted/Lore/0.1/ @@ -16,7 +17,8 @@ DISTNAME= TwistedLore-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Documentation generator with HTML and LaTeX support -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedLore-${PORTVERSION} -- cgit