diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-19 08:06:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-19 08:06:47 +0000 |
commit | 693384b2db3b875df0ac80eb0aa31e085e513672 (patch) | |
tree | 122ef9985b34a978b8793c6dc01b30110c7f6d59 /x11 | |
parent | bfa85d88fa3324dc136260bd6a77d87f2d857f80 (diff) | |
download | pkgsrc-693384b2db3b875df0ac80eb0aa31e085e513672.tar.gz |
not for python-2.4, because support was dropped from py-cairo
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2-desktop/Makefile | 4 | ||||
-rw-r--r-- | x11/py-gtk2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile index 4d3ff85bac0..14d181e3129 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/07/26 19:05:30 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2009/08/19 08:07:25 tnn Exp $ # DISTNAME= gnome-python-desktop-2.26.0 @@ -23,7 +23,7 @@ USE_TOOLS+= pkg-config gmake PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 .include "../../lang/python/extension.mk" .include "../../devel/libwnck/buildlink3.mk" diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index ccabaf3c3d3..92495a4cd1b 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2009/07/18 20:35:27 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2009/08/19 08:06:47 tnn Exp $ # DISTNAME= pygtk-2.14.1 @@ -24,7 +24,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= gmake pkg-config PLIST_VARS+= py25 -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.3 BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.16.0 |