diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/py-relatorio | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'print/py-relatorio')
-rw-r--r-- | print/py-relatorio/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 67fc8bd363ea..e0d239e5e118 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= 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 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:devel/py-lxml +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.5.0:graphics/py-pycha \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.07:devel/py-yaml USES= python USE_PYTHON= distutils autoplist |