summaryrefslogtreecommitdiff
path: root/Mk/Uses/python.mk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-12-16 06:29:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-12-16 06:29:00 +0000
commite47b224c80343949d207634d98b2e0931d92962c (patch)
tree41b2ae3d4ef2087768e03e3aeb51763bd8483b30 /Mk/Uses/python.mk
parentAdd Pomerium, an identity-aware proxy that enables secure access to (diff)
Switch default version of python3 and python from 3.6 to 3.7
With hat: portmgr PR: 233770
Notes
Notes: svn path=/head/; revision=520219
Diffstat (limited to 'Mk/Uses/python.mk')
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index c05e7ceafb5e..0d10c42bbb87 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -250,7 +250,7 @@ _INCLUDE_USES_PYTHON_MK= yes
# What Python version and what Python interpreters are currently supported?
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-_PYTHON_VERSIONS= 2.7 3.6 3.7 3.8 3.5 # preferred first
+_PYTHON_VERSIONS= 2.7 3.7 3.8 3.6 3.5 # preferred first
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= lang/python