git: e527a09bab88 - main - x11/xfce4-goodies: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 21:34:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e527a09bab88e59a14f3f6d9de0091de6a8725a2 commit e527a09bab88e59a14f3f6d9de0091de6a8725a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:28:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:37 +0000 x11/xfce4-goodies: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT We do not support python=2.7 in DEFAULT_VERSIONS. And x11/menulibre uses USES=python which means 3.8+. With hat: python --- x11/xfce4-goodies/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/xfce4-goodies/Makefile b/x11/xfce4-goodies/Makefile index 3d83902fd8f1..5c7ba2f26873 100644 --- a/x11/xfce4-goodies/Makefile +++ b/x11/xfce4-goodies/Makefile @@ -143,7 +143,7 @@ MENULIBRE_DESC= Advanced compliant menu editor THEMES_DESC= Additional themes for xfwm4 BSDCPUFREQ_RUN_DEPENDS= xfce4-bsdcpufreq-plugin>=0:sysutils/xfce4-bsdcpufreq-plugin -MENULIBRE_RUN_DEPENDS= py${PYTHON3_DEFAULT:S/.//}-menulibre>=0:x11/menulibre +MENULIBRE_RUN_DEPENDS= py${PYTHON_DEFAULT:S/.//}-menulibre>=0:x11/menulibre THEMES_RUN_DEPENDS= xfce4-wm-themes>=0:misc/xfce4-wm-themes .include <bsd.port.mk>