PYTHON_VERSION cannot be changed, use DEFAULT_VERSIONS.
PR: 224024
This commit is contained in:
parent
5153322405
commit
f5aa2e9f2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490485
1 changed files with 2 additions and 5 deletions
|
@ -40,13 +40,10 @@
|
|||
# dependency.
|
||||
# env or PYTHON_NO_DEPENDS can be set to not add any dependencies.
|
||||
#
|
||||
# Variables, which can be set by a user:
|
||||
# Exported variables:
|
||||
#
|
||||
# PYTHON_VERSION - The chosen Python interpreter including the version,
|
||||
# e.g. python2.7, python3.3, etc. This allows the user
|
||||
# to override the currently chosen default version and
|
||||
# to install the port for a specific Python version.
|
||||
# It must not be set by a port.
|
||||
# e.g. python2.7, python3.3, etc.
|
||||
#
|
||||
# Variables, which can be set by the port:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue