diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-20 21:49:14 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-20 21:49:14 +0000 |
commit | edc911af324fa263121407eaf957362e46d50f27 (patch) | |
tree | 88fd23017f5871eb7b3785a5525f8e12147d0932 /textproc/py-twistedLore | |
parent | 6cbaa272d14eb46c7ab0a5f766ec106732e5d687 (diff) |
- Fix BUILD_DEPENDS.
Notes
Notes:
svn path=/head/; revision=133809
Diffstat (limited to 'textproc/py-twistedLore')
-rw-r--r-- | textproc/py-twistedLore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |