diff options
author | flz <flz@FreeBSD.org> | 2005-04-21 05:49:14 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-21 05:49:14 +0800 |
commit | 944f2cae0d62fe27d78e4b0251494a6965d31051 (patch) | |
tree | 88ee5db55e2b7f3f8cef47de240caff1bcb98c37 /textproc | |
parent | 44ab06eb310c3ac242f601c527bff2fd21d7d856 (diff) | |
download | freebsd-ports-gnome-944f2cae0d62fe27d78e4b0251494a6965d31051.tar.gz freebsd-ports-gnome-944f2cae0d62fe27d78e4b0251494a6965d31051.tar.zst freebsd-ports-gnome-944f2cae0d62fe27d78e4b0251494a6965d31051.zip |
- Fix BUILD_DEPENDS.
Diffstat (limited to 'textproc')
-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} |