mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
fix
This commit is contained in:
@@ -241,7 +241,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 # preferred first
|
||||
_PYTHON_VERSIONS= 2.7 3.6 3.7 3.8 # preferred first
|
||||
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
|
||||
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
|
||||
_PYTHON_RELPORTDIR= lang/python
|
||||
|
||||
@@ -86,7 +86,7 @@ PGSQL_DEFAULT?= 9.5
|
||||
# Possible values: 7.1, 7.2, 7.3
|
||||
PHP_DEFAULT?= 7.2
|
||||
# Possible values: 2.7, 3.5, 3.6, 3.7
|
||||
PYTHON_DEFAULT?= 3.6
|
||||
PYTHON_DEFAULT?= 3.8
|
||||
# Possible values: 2.7
|
||||
PYTHON2_DEFAULT?= 2.7
|
||||
# Possible values: 3.5, 3.6, 3.7
|
||||
|
||||
Reference in New Issue
Block a user