aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-02-08 02:04:31 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-02-08 06:46:09 +0000
commit9aa6b75568880f827997efc9bbe20a0d60e933f9 (patch)
treee4ed803a29b7e3f77d9d120f507e84b6d8e62f77
parent5caa330e8d1f8bad43f934db7f3afa62b0f87afc (diff)
downloadports-9aa6b75568880f827997efc9bbe20a0d60e933f9.tar.gz
ports-9aa6b75568880f827997efc9bbe20a0d60e933f9.zip
audio/lollypop: Replace reference to PY_PILLOW with its value
Since this port works with Python 3.6 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value.
-rw-r--r--audio/lollypop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile
index cca95727eca8..db72f2301097 100644
--- a/audio/lollypop/Makefile
+++ b/audio/lollypop/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3@${PY_FLA
${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pylast>=1.4.0:audio/py-pylast@${PY_FLAVOR} \
- ${PY_PILLOW}
+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
USES= python:3.6+ pkgconfig gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils
USE_GITLAB= yes