diff options
author | obache <obache@pkgsrc.org> | 2009-10-26 08:37:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-26 08:37:27 +0000 |
commit | 8af701ddffdd39359accd430b734f3c1f323621c (patch) | |
tree | 5419f70f1fd6217bbb91a10faf32b2bace727a51 /graphics | |
parent | 8f7c78f766ddb362ad2cdb6d026fe16bcc3c2dd5 (diff) | |
download | pkgsrc-8af701ddffdd39359accd430b734f3c1f323621c.tar.gz |
Switch to use clutter08.
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-clutter-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-clutter-core/Makefile b/graphics/ruby-clutter-core/Makefile index 4139c340934..e96d707645f 100644 --- a/graphics/ruby-clutter-core/Makefile +++ b/graphics/ruby-clutter-core/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2009/08/26 19:57:49 sno Exp $ +# $NetBSD: Makefile,v 1.3 2009/10/26 08:37:27 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-clutter-core-${VERSION} COMMENT= Ruby binding for Clutter Core library -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics PKG_DESTDIR_SUPPORT= user-destdir @@ -14,5 +14,5 @@ USE_TOOLS+= pkg-config .include "../../devel/ruby-gnome2-glib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../graphics/clutter/buildlink3.mk" +.include "../../graphics/clutter08/buildlink3.mk" .include "../../graphics/ruby-clutter/Makefile.common" |