diff options
author | recht <recht@pkgsrc.org> | 2004-04-22 16:03:51 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-22 16:03:51 +0000 |
commit | 2a79299bd12a7bfbd80a3c37c15cef112c16095a (patch) | |
tree | 276cd21e5d45dc6bc5b0be3d23301bce76689243 /lang/python | |
parent | fb33af30fec994f3a43671902e1e46a13fc5053b (diff) | |
download | pkgsrc-2a79299bd12a7bfbd80a3c37c15cef112c16095a.tar.gz |
Make Python 2.3 the default Python version.
ok'd by drochner@
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 6 |
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 |