summaryrefslogtreecommitdiff
path: root/devel/ruby-gnome2-pango
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-pango
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-pango')
-rw-r--r--devel/ruby-gnome2-pango/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile
index eb4e50d20a0..2b8fd297906 100644
--- a/devel/ruby-gnome2-pango/Makefile
+++ b/devel/ruby-gnome2-pango/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2010/09/14 11:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:00 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
COMMENT= Ruby binding of pango-1.x
-PKGREVISION= 2
CATEGORIES= devel fonts
CONFLICTS+= ruby-gnome2-pango-[0-9]*
@@ -14,11 +13,10 @@ RUBY_EXTCONF_SUBDIRS= pango
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
-USE_TOOLS+= pkg-config
-
do-test:
${RUN} cd ${WRKSRC}/pango/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/ruby-rcairo/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"