diff options
author | obache <obache> | 2007-08-19 14:42:35 +0000 |
---|---|---|
committer | obache <obache> | 2007-08-19 14:42:35 +0000 |
commit | bc59468beb219428d2b3f6db868e218b15a1890b (patch) | |
tree | 70e8fa2864cc16ee10da4fc257f55222051da826 /x11 | |
parent | c8a84bd7ea9b7d10e969c58574ed5cb3f8a5f463 (diff) | |
download | pkgsrc-bc59468beb219428d2b3f6db868e218b15a1890b.tar.gz |
Enable cairo support.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gnome2-gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/ruby-gnome2-gtk/Makefile b/x11/ruby-gnome2-gtk/Makefile index a2ed9f5a0c0..7483690f24b 100644 --- a/x11/ruby-gnome2-gtk/Makefile +++ b/x11/ruby-gnome2-gtk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2007/08/19 03:01:23 taca Exp $ +# $NetBSD: Makefile,v 1.9 2007/08/19 14:42:35 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION} +PKGREVISION= 1 COMMENT= Ruby binding of GTK+-2.x CATEGORIES= x11 @@ -18,6 +19,6 @@ DISTINFO_FILE?= ${.CURDIR}/distinfo .include "../../devel/glib2/buildlink3.mk" .include "../../devel/ruby-gnome2-pango/buildlink3.mk" -.include "../../graphics/cairo/buildlink3.mk" +.include "../../graphics/ruby-rcairo/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../meta-pkgs/ruby-gnome2/Makefile.common" |