diff options
author | obache <obache> | 2011-06-14 10:48:30 +0000 |
---|---|---|
committer | obache <obache> | 2011-06-14 10:48:30 +0000 |
commit | 0879b0e2d3b50883c74301ab85014e18f5ac10ab (patch) | |
tree | 2c8809c9347eb13c4236484a3fad0099931df2cc /x11 | |
parent | 9a4db17e34142c0d92bd247d0a9b0bdd70236dbc (diff) | |
download | pkgsrc-0879b0e2d3b50883c74301ab85014e18f5ac10ab.tar.gz |
Also accept python 27 and 26, its restriction just came from py-gtk2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-kiwi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 05f9301e65e..cfc8b0f3917 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/04/22 13:42:42 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/06/14 10:48:30 obache Exp $ # DISTNAME= kiwi-1.9.22 @@ -18,7 +18,7 @@ PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools INSTALLATION_DIRS+= ${PYSITELIB} |