git: 959baee14811 - main - Mk/Uses/scons.mk: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:10:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=959baee1481166575ab5c448312249231a1976c0
commit 959baee1481166575ab5c448312249231a1976c0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 09:06:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 09:06:07 +0000
Mk/Uses/scons.mk: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT
---
Mk/Uses/scons.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/scons.mk b/Mk/Uses/scons.mk
index 8c598a6983dc..8e7fb7a27cdc 100644
--- a/Mk/Uses/scons.mk
+++ b/Mk/Uses/scons.mk
@@ -13,7 +13,7 @@ _INCLUDE_USES_SCONS_MK= yes
IGNORE+= USES=scons takes no arguments
. endif
-_SCONS_PYTHON_VER= ${PYTHON3_DEFAULT}
+_SCONS_PYTHON_VER= ${PYTHON_DEFAULT}
_SCONS_PYTHON_FLAVOR= py${_SCONS_PYTHON_VER:S|.||}