From 60c4ea68c39a5d01957ec0a01a3b8c2ea2453245 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 15 Mar 2008 16:48:50 +0000 Subject: [PATCH] py-cairo supports only Python 2.4. --- x11/py-gtk2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 19ddfa2d404a..9e4dd3a63c27 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2008/03/14 14:20:22 drochner Exp $ +# $NetBSD: Makefile,v 1.48 2008/03/15 16:48:50 joerg Exp $ # DISTNAME= pygtk-2.12.1 @@ -23,7 +23,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= gmake pkg-config -PYTHON_VERSIONS_ACCEPTED= 24 23 +PYTHON_VERSIONS_ACCEPTED= 24 BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.12.1