summaryrefslogtreecommitdiff
path: root/devel/ruby-gnome2-atk
diff options
context:
space:
mode:
authorobache <obache>2010-09-23 15:35:58 +0000
committerobache <obache>2010-09-23 15:35:58 +0000
commite296d5970967cb88c7b2222f3359954bbb337c54 (patch)
treed2b71a6727118fa18b2d826514e652202bec433a /devel/ruby-gnome2-atk
parent106bbe0845da4f627f8c504ad78ba0ee9e2a30b3 (diff)
downloadpkgsrc-e296d5970967cb88c7b2222f3359954bbb337c54.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 'devel/ruby-gnome2-atk')
-rw-r--r--devel/ruby-gnome2-atk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile
index ffaf4176c85..6055a28112a 100644
--- a/devel/ruby-gnome2-atk/Makefile
+++ b/devel/ruby-gnome2-atk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/09/17 00:21:48 obache Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/23 15:35:58 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-atk-${VERSION}
@@ -12,7 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= atk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
-USE_TOOLS+= pkg-config
.include "../../devel/atk/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"