From 7e7c98f44959348969186fc1100dbc4f92aa2060 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 15 Feb 2009 17:48:07 +0000 Subject: [PATCH] - add clutter-box2d, clutter-cairo, clutter-gst and clutter-gtk --- graphics/clutter/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 46d939705a2..79d8c2a2014 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2009/02/15 17:42:31 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2009/02/15 17:48:07 jasper Exp $ SUBDIR += core -# SUBDIR += clutter-box2d -# SUBDIR += clutter-cairo -# SUBDIR += clutter-gst -# SUBDIR += clutter-gtk + SUBDIR += clutter-box2d + SUBDIR += clutter-cairo + SUBDIR += clutter-gst + SUBDIR += clutter-gtk # SUBDIR += clutter-perl # SUBDIR += clutter-vala # SUBDIR += pyclutter Doesn't work yet (makes python crash)