diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-13 11:17:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-13 11:17:16 +0000 |
commit | 747a80b596fc4c18970499dba5d8b9edeb918329 (patch) | |
tree | f53bb4def6373d8f4df9f0304b24fb2064bd541c /x11 | |
parent | 4769e822928619df1b802af8c8449ccd7dad7824 (diff) | |
download | pkgsrc-747a80b596fc4c18970499dba5d8b9edeb918329.tar.gz |
Remove python24 from accepted versions since py-cairo does not
support it any longer.
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 887a0ba9b0f..e2860e3a2ac 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/10/16 18:01:38 drochner Exp $ +# $NetBSD: Makefile,v 1.23 2008/11/13 11:17:16 wiz Exp $ # DISTNAME= gnome-python-desktop-2.24.0 @@ -22,7 +22,7 @@ DEPENDS+= bug-buddy>=2.16:../../net/bug-buddy PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 # XXX not yet, needs hal PLIST_VARS+= nautilusburn diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index c87e5d38dd9..e47589fb321 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2008/10/22 18:47:48 apb Exp $ +# $NetBSD: Makefile,v 1.52 2008/11/13 11:17:26 wiz Exp $ # DISTNAME= pygtk-2.13.0 @@ -22,7 +22,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= gmake pkg-config -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.3 |