diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
commit | df148167909a2ea09151d92ca19966fc53f0d999 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /graphics/py-gtkglext | |
parent | db475c9fcdb210502424c9d103785c680346ae13 (diff) | |
download | pkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'graphics/py-gtkglext')
-rw-r--r-- | graphics/py-gtkglext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 17e7938362c..8fec5faad8f 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/01/13 13:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2011/02/25 09:47:24 wiz Exp $ # DISTNAME= pygtkglext-1.1.0 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in |