git: 58e215a14109 - main - x11/guake: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:46:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=58e215a14109d26a67dd005959e6758ac372f84a commit 58e215a14109d26a67dd005959e6758ac372f84a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:44:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:44:09 +0000 x11/guake: Clean up USES=python USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python --- x11/guake/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/guake/Makefile b/x11/guake/Makefile index cdc1699fb3b6..0740d2735c2a 100644 --- a/x11/guake/Makefile +++ b/x11/guake/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ libwnck3>0:x11-toolkits/libwnck3 USES= desktop-file-utils gettext gmake gnome libtool localbase \ - pkgconfig python:3.7+ shebangfix + pkgconfig python shebangfix USE_GNOME= cairo dconf glib20 gtk30 pygobject3 vte3 USE_PYTHON= distutils noflavors