diff options
author | joerg <joerg> | 2006-05-26 19:56:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 19:56:16 +0000 |
commit | 88a2355497d48f3d69063e33b0741888bc7721eb (patch) | |
tree | 819c1e826f2e3f53459b00ee45ccba9642bd1199 /x11 | |
parent | b01f5186f958ed7e75211dc68b55a619f9e9c54c (diff) | |
download | pkgsrc-88a2355497d48f3d69063e33b0741888bc7721eb.tar.gz |
Allow build for Python 1.5 and 2.0.
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 c99070f5a06..826d4a48b0d 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/02/05 23:11:41 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/05/26 19:56:16 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-Tk-0 @@ -22,7 +22,7 @@ PY_SETUP_SUBST+= TKRTPREFIX=${BUILDLINK_PREFIX.tk} PY_SETUP_SUBST+= X11PREFIX=${X11BASE} PY_SETUP_SUBST+= X11RTPREFIX=${X11BASE} -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 20 15 # ignore errors due to missing files (EXTRACT_ELEMENTS!) do-patch: |