diff options
author | joerg <joerg@pkgsrc.org> | 2008-11-18 18:01:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-11-18 18:01:15 +0000 |
commit | e043a9f64f08d11c22e9d044735654d2c01a6d4e (patch) | |
tree | fa04678befe82e1259f4a4c18d34d938f9e7b18b /x11 | |
parent | a99bcc7241e98b586189bf983d06f6169ab775eb (diff) | |
download | pkgsrc-e043a9f64f08d11c22e9d044735654d2c01a6d4e.tar.gz |
Remove Python 1.5 from supported list following the removal of
py15-distutils.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-Tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 84a3b99459d..dddeae19a11 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2008/06/12 02:14:57 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2008/11/18 18:01:15 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-Tk-0 @@ -23,7 +23,7 @@ PY_SETUP_SUBST+= TKRTPREFIX=${BUILDLINK_PREFIX.tk} PY_SETUP_SUBST+= X11PREFIX=${X11BASE} PY_SETUP_SUBST+= X11RTPREFIX=${X11BASE} -PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 15 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 # ignore errors due to missing files (EXTRACT_ELEMENTS!) do-patch: |