diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 10:48:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 10:48:30 +0000 |
commit | 4e93c1525dae13aa1ebf1aff4412ce6c64cb07c8 (patch) | |
tree | 2c8809c9347eb13c4236484a3fad0099931df2cc /x11 | |
parent | 9dd783c2d8bbfb61fb2190f167ff45c44b900d6f (diff) | |
download | pkgsrc-4e93c1525dae13aa1ebf1aff4412ce6c64cb07c8.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} |