diff options
author | rm <rm@FreeBSD.org> | 2016-02-03 04:16:34 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-02-03 04:16:34 +0800 |
commit | 3b38074cfe9562b3f5b6869d2d93a5a5ec0bc648 (patch) | |
tree | 012a960d546cc034a99fa7d956e9772d0f4ade1f /Mk/Uses | |
parent | 24f3ece49f13c4ee572360ef37ece5a8ac220c3d (diff) | |
download | freebsd-ports-graphics-3b38074cfe9562b3f5b6869d2d93a5a5ec0bc648.tar.gz freebsd-ports-graphics-3b38074cfe9562b3f5b6869d2d93a5a5ec0bc648.tar.zst freebsd-ports-graphics-3b38074cfe9562b3f5b6869d2d93a5a5ec0bc648.zip |
Remove expired lang/python32
Python 3.2 has reached it's EOL. Please update to Python 3.5
With hat: python
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index e316704876e..4551467c5f2 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -220,7 +220,7 @@ _INCLUDE_USES_PYTHON_MK= yes # What Python version and what Python interpreters are currently supported? -_PYTHON_VERSIONS= 2.7 3.4 3.5 3.3 3.2 # preferred first +_PYTHON_VERSIONS= 2.7 3.4 3.5 3.3 # preferred first _PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]} _PYTHON_BASECMD= ${LOCALBASE}/bin/python _PYTHON_RELPORTDIR= ${PORTSDIR}/lang/python |