summaryrefslogtreecommitdiff
path: root/Mk/Uses/python.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-01-16 15:13:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-01-16 15:13:51 +0000
commitf5aa2e9f2f8c732be4060df14467f7b32fb0fd5c (patch)
tree9a13b934d95c3d295ecf8639babf4c28aa403092 /Mk/Uses/python.mk
parentsysutils/pot: Update to 0.5.10 (diff)
PYTHON_VERSION cannot be changed, use DEFAULT_VERSIONS.
PR: 224024
Notes
Notes: svn path=/head/; revision=490485
Diffstat (limited to 'Mk/Uses/python.mk')
-rw-r--r--Mk/Uses/python.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 539405bef779..922b526abc41 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -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:
#