summaryrefslogtreecommitdiff
path: root/graphics/clutter-cairo/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-10-26 08:36:30 +0000
committerobache <obache@pkgsrc.org>2009-10-26 08:36:30 +0000
commit890af8778455d3b1578d0e531069e9a02c491e8d (patch)
tree028dc40cfd5576fe3030e2a8ec9062e3ed2b3705 /graphics/clutter-cairo/Makefile
parent5e884b30834dfbafadb5f9094d7bdad2c19f89cb (diff)
downloadpkgsrc-890af8778455d3b1578d0e531069e9a02c491e8d.tar.gz
switch to use clutter08.
Bump PKGREVISION.
Diffstat (limited to 'graphics/clutter-cairo/Makefile')
-rw-r--r--graphics/clutter-cairo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/clutter-cairo/Makefile b/graphics/clutter-cairo/Makefile
index 68de46b0d94..f016b1745e0 100644
--- a/graphics/clutter-cairo/Makefile
+++ b/graphics/clutter-cairo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:06 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/26 08:36:30 obache Exp $
#
DISTNAME= clutter-cairo-0.8.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/clutter-cairo/0.8/
@@ -21,5 +21,5 @@ PKGCONFIG_OVERRIDE+= clutter-cairo.pc.in
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.4
.include "../../graphics/cairo/buildlink3.mk"
-.include "../../graphics/clutter/buildlink3.mk"
+.include "../../graphics/clutter08/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"