diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-09 09:19:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-09 09:19:31 +0000 |
commit | adc1f748f1e40a691b5b3bdf2cec89e93f9fb9cc (patch) | |
tree | 0c091633663c8cc557518ba6c4eed6a7abdb111f /print | |
parent | 4f7b82d98fa470c2103fb5a59177e96824002944 (diff) | |
download | ports-adc1f748f1e40a691b5b3bdf2cec89e93f9fb9cc.tar.gz ports-adc1f748f1e40a691b5b3bdf2cec89e93f9fb9cc.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-relatorio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 61479176bed6..46020df5a0f4 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -7,6 +7,7 @@ PORTNAME= relatorio PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +17,8 @@ COMMENT= A templating library able to output odt and pdf files BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.5.0:${PORTSDIR}/graphics/py-pycha \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.07:${PORTSDIR}/devel/py-yaml USE_PYTHON= yes USE_PYDISTUTILS= easy_install |