diff options
Diffstat (limited to 'graphics/clutter-gtk/Makefile')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index 6a6eb1bf00c..06c5931c1bc 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/10/26 08:51:01 obache Exp $ +# $NetBSD: Makefile,v 1.7 2010/06/02 06:44:22 obache Exp $ # -DISTNAME= clutter-gtk-0.10.2 +DISTNAME= clutter-gtk-0.10.4 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/clutter-gtk/0.10/ @@ -16,14 +16,11 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - PKGCONFIG_OVERRIDE+= clutter-gtk.pc.in -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.19.5 .include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_API_DEPENDS.clutter+= clutter>=1.2.0 .include "../../graphics/clutter/buildlink3.mk" .if !empty(PKG_BUILD_OPTIONS.clutter:Mx11) CONFIGURE_ARGS+= --with-flavour=x11 |