1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

deskutils/griffith: Replace reference to PY_PILLOW with its value

Since this port works with Python 3.7 and later, the value of
PY_PILLOW doesn't change. So replace reference to it with its value.
This commit is contained in:
Yasuhiro Kimura 2023-02-08 16:19:34 +09:00
parent 642878549d
commit 2995aeb288

View File

@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.1:databases/py-sqlalchemy12@${PY_FLAVOR} \
${PY_PILLOW} \
${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}reportlab>=3.4:print/py-reportlab@${PY_FLAVOR}
USES= gettext-runtime gmake gnome python:3.4+ shebangfix