Skip to content

Commit

Permalink
sysutils/munin-contrib: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT
Browse files Browse the repository at this point in the history
We do not support python=2.7 in DEFAULT_VERSIONS.
And this port uses USES=python which means 3.8+.

With hat:	python
  • Loading branch information
sunpoet committed Sep 4, 2023
1 parent bf1493f commit b7368bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/munin-contrib/Makefile
Expand Up @@ -20,7 +20,7 @@ GH_TUPLE= shuque:bind9stats:687c94a:bind9stats

SHEBANG_REGEX= ./(${EXAMPLES_DIRS:ts|})/.*
SHEBANG_LANG= expect gawk python3 zsh
python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}
python3_CMD= ${LOCALBASE}/bin/python${PYTHON_DEFAULT}
zsh_CMD= ${LOCALBASE}/bin/zsh
ruby_OLD_CMD= /opt/csw/bin/ruby

Expand Down

0 comments on commit b7368bf

Please sign in to comment.