diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 14:47:51 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 14:47:51 +0000 |
commit | 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch) | |
tree | c88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /finance/odoo/Makefile | |
parent | 43757efeb94c5864c62a1d58a6ea51aea66cdd9c (diff) | |
download | ports-84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742.tar.gz ports-84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742.zip |
Diffstat (limited to 'finance/odoo/Makefile')
-rw-r--r-- | finance/odoo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile index 67f205204b0c..a073eeb401e7 100644 --- a/finance/odoo/Makefile +++ b/finance/odoo/Makefile @@ -1,5 +1,6 @@ PORTNAME= odoo PORTVERSION= 17.0.20240325 +PORTREVISION= 1 CATEGORIES= finance www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vobject>=0:deskutils/py-vobject@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ |