diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-15 16:51:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-15 16:51:09 +0000 |
commit | cb9ea2a903fdbfe86521250c3832f6918c0b66cf (patch) | |
tree | eed5f8399e6832ad2e5ff9c19c7289c366478340 /graphics/py-gtkglext | |
parent | 927a3ca68e2dde9a35d42233a882fdd7ddb6230c (diff) | |
download | pkgsrc-cb9ea2a903fdbfe86521250c3832f6918c0b66cf.tar.gz |
py-gtk2 needs Python 2.4
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 b109e51a3d9..96dd2cad370 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/03/15 16:51:09 joerg Exp $ # DISTNAME= pygtkglext-1.1.0 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 +PYTHON_VERSIONS_ACCEPTED= 24 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in |