summaryrefslogtreecommitdiff
path: root/www/ruby-gnome2-gtkhtml2/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-09-23 15:35:58 +0000
committerobache <obache>2010-09-23 15:35:58 +0000
commit381cd4ae55d9e501a98a140ae8d00776e06d850c (patch)
treed2b71a6727118fa18b2d826514e652202bec433a /www/ruby-gnome2-gtkhtml2/Makefile
parent496ef7cb4bf376eebfeb802e0a3833d48af369be (diff)
downloadpkgsrc-381cd4ae55d9e501a98a140ae8d00776e06d850c.tar.gz
Update ruby-gnome2 to 0.90.1.
= NEWS == Ruby-GNOME2 0.90.1: 2010-09-23 NOTE: 0.90.x releases are for 1.0.0 major release. A install bug fix release of 0.90.0. === Changes ==== Ruby/ATK * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/Pango * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/Poppler * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/RSVG * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] === Thanks * OBATA Akio == Ruby-GNOME2 0.90.0: 2010-09-23 NOTE: 0.90.x releases are for 1.0.0 major release. RubyGems support! === Changes ==== Ruby/GTK2 * Bug fixes: * [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name' add Gtk::Buildable#builder_name/set_builder_name. [Simon Arnaud, Kouhei Sutou] === Thanks * Simon Arnaud
Diffstat (limited to 'www/ruby-gnome2-gtkhtml2/Makefile')
-rw-r--r--www/ruby-gnome2-gtkhtml2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ruby-gnome2-gtkhtml2/Makefile b/www/ruby-gnome2-gtkhtml2/Makefile
index 33bbfd97845..01e53d0bd9c 100644
--- a/www/ruby-gnome2-gtkhtml2/Makefile
+++ b/www/ruby-gnome2-gtkhtml2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2010/09/14 11:02:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2010/09/23 15:36:02 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkhtml2-${VERSION}
COMMENT= Ruby binding of gtkhtml2
-PKGREVISION= 2
CATEGORIES= www
PKG_DESTDIR_SUPPORT= user-destdir
@@ -11,10 +10,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gtkhtml2
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
-USE_TOOLS+= pkg-config
BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*}
BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../www/libgtkhtml/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"