aboutsummaryrefslogtreecommitdiff
path: root/finance/odoo15
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@freebsd.org>2023-05-17 04:46:49 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-05-17 04:46:49 +0000
commit0accf0c11db121b30c12c464826916ed17b2da19 (patch)
tree93c99511ff9740e63f635cf889f4ce2d3131a4d6 /finance/odoo15
parent19fee56d5494cb14efb54a14a361a8ca91adde56 (diff)
downloadports-0accf0c11db121b30c12c464826916ed17b2da19.tar.gz
ports-0accf0c11db121b30c12c464826916ed17b2da19.zip
finance/odoo*: Change PY_PILLOW variable for real reference
PR: 269910
Diffstat (limited to 'finance/odoo15')
-rw-r--r--finance/odoo15/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/odoo15/Makefile b/finance/odoo15/Makefile
index 6b53f1b6b2bf..10ccd9084ca9 100644
--- a/finance/odoo15/Makefile
+++ b/finance/odoo15/Makefile
@@ -36,7 +36,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vatnumber>=0:finance/py-vatnumber@${PY_FLAVOR} \
- ${PY_PILLOW} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap>=0:net/py-ldap@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR} \