summaryrefslogtreecommitdiff
path: root/print/py-relatorio/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-07 16:05:33 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-07 16:05:33 +0800
commit1a80ec7c2281900b82b228ee3a7b070c8ca4286e (patch)
tree2e559a47aac23d474a93b5daa1100150e83b1824 /print/py-relatorio/Makefile
parentlang/nll: update to 20240703a (diff)
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to '')
-rw-r--r--print/py-relatorio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile
index a0dfd009d392..e87db444e173 100644
--- a/print/py-relatorio/Makefile
+++ b/print/py-relatorio/Makefile
@@ -1,5 +1,6 @@
PORTNAME= relatorio
PORTVERSION= 0.10.2
+PORTREVISION= 1
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,7 +29,7 @@ CHART_DESC= Chart support
FODT_DESC= OpenDocument support
CHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.4.0:graphics/py-pycha@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
FODT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR}
.include <bsd.port.mk>