1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2023-09-05 05:28:41 +08:00
parent 4bd5ec178a
commit e527a09bab
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>