diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 17:53:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 17:53:48 +0000 |
commit | 2137b635aa3520a80f15bf0564d9589d8f508f4f (patch) | |
tree | 283183eeb22fb2c46c28ae91ff25488315a10844 | |
parent | 0960c7a5a171f4a97b7205f9ca940e3619b98ded (diff) | |
download | pkgsrc-2137b635aa3520a80f15bf0564d9589d8f508f4f.tar.gz |
Update for Python 2.5.
-rw-r--r-- | devel/py-idle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-idle/Makefile b/devel/py-idle/Makefile index 27e06036eca..3f2150f6e3e 100644 --- a/devel/py-idle/Makefile +++ b/devel/py-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/03/03 17:45:36 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2008/04/25 17:53:48 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-idle-0 @@ -27,9 +27,9 @@ do-patch: # We just install a wrapper script. Also, threads are required now. # NOTE: if you add a new version of Python here, add to the following test # -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 20 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 21 20 .include "../../lang/python/extension.mk" -.if (${PYPKGPREFIX} != "py23") && (${PYPKGPREFIX} != "py24") +.if (${PYPKGPREFIX} != "py23") && (${PYPKGPREFIX} != "py24") && (${PYPKGPREFIX} != "py25") EXTRACT_ELEMENTS= ${PYSUBDIR}/Tools/idle/* PYTHON_PATCH_SCRIPTS= Tools/idle/idle.py |