git: 9aa6b7556888 - main - audio/lollypop: Replace reference to PY_PILLOW with its value
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 06:47:56 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa6b75568880f827997efc9bbe20a0d60e933f9 commit 9aa6b75568880f827997efc9bbe20a0d60e933f9 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-02-08 02:04:31 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-02-08 06:46:09 +0000 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. --- audio/lollypop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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