summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht>2004-04-22 16:03:51 +0000
committerrecht <recht>2004-04-22 16:03:51 +0000
commitd7b95b158d4c391628b4d68675ce3cdc4319cc50 (patch)
tree276cd21e5d45dc6bc5b0be3d23301bce76689243
parent51e1504dbf1cc2e370e08b32251b38ae705a045f (diff)
downloadpkgsrc-d7b95b158d4c391628b4d68675ce3cdc4319cc50.tar.gz
Make Python 2.3 the default Python version.
ok'd by drochner@
-rw-r--r--lang/python/pyversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 7537ab6a466..e1ce929196b 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,15 +1,15 @@
-# $NetBSD: pyversion.mk,v 1.24 2004/03/11 23:50:10 danw Exp $
+# $NetBSD: pyversion.mk,v 1.25 2004/04/22 16:03:51 recht Exp $
.if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined
.include "../../mk/bsd.prefs.mk"
-PYTHON_VERSION_DEFAULT?= 22
+PYTHON_VERSION_DEFAULT?= 23
.if ${OPSYS} == "Darwin"
PYTHON_VERSIONS_ACCEPTED?= 23pth 22pth
.else
-PYTHON_VERSIONS_ACCEPTED?= 22 22pth 23 23pth 21 21pth 20
+PYTHON_VERSIONS_ACCEPTED?= 23 23pth 22 22pth 21 21pth 20
.endif
BUILDLINK_DEPENDS.python15?= python15>=1.5