From 441e607bc64618c51a973748d7c387497cc74e80 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 16 Dec 2008 06:47:11 +0000 Subject: Restrict it to python 2.4 and 2.5 only because of restrictions in x11/py-gtk2. --- graphics/py-clutter/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index f859730c60c..c85b8947b72 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/12/16 06:47:11 hasso Exp $ # DISTNAME= pyclutter-0.8.2 @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config +PYTHON_VERSIONS_ACCEPTED= 24 25 + PKGCONFIG_OVERRIDE+= pyclutter.pc.in PY_PATCHPLIST= yes -- cgit v1.2.3