diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-09 17:19:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-09 17:19:31 +0800 |
commit | cd33e973e0319ecddbd7247c2ffee991db342f9a (patch) | |
tree | 3227030f1b0b5fd84fe32d83e842708fd965a52e /print | |
parent | 20a07161dceca523faa50c4424c8dd1999ef3a2b (diff) | |
download | freebsd-ports-gnome-cd33e973e0319ecddbd7247c2ffee991db342f9a.tar.gz freebsd-ports-gnome-cd33e973e0319ecddbd7247c2ffee991db342f9a.tar.zst freebsd-ports-gnome-cd33e973e0319ecddbd7247c2ffee991db342f9a.zip |
- Add some missing dependency
PR: 136600
Submitted by; Wen Heping <wenheping@gmail.com> (Maintainer)
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 |