aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-02-08 07:19:34 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-02-08 07:23:14 +0000
commit2995aeb28869ef95e5b1090534b6d200b8ce517b (patch)
treec815d7db7881fb6e4dd4691f61769e8046caf2b1
parent642878549d922225714ab06db4edd35125ef7728 (diff)
downloadports-2995aeb28869ef95e5b1090534b6d200b8ce517b.tar.gz
ports-2995aeb28869ef95e5b1090534b6d200b8ce517b.zip
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.
-rw-r--r--deskutils/griffith/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile
index 1d439120da7f..90cc89956342 100644
--- a/deskutils/griffith/Makefile
+++ b/deskutils/griffith/Makefile
@@ -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