summaryrefslogtreecommitdiff
path: root/print/ruby-gnome2-gnomeprint/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 /print/ruby-gnome2-gnomeprint/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 'print/ruby-gnome2-gnomeprint/Makefile')
-rw-r--r--print/ruby-gnome2-gnomeprint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ruby-gnome2-gnomeprint/Makefile b/print/ruby-gnome2-gnomeprint/Makefile
index 7008d64d850..06d4c04dd86 100644
--- a/print/ruby-gnome2-gnomeprint/Makefile
+++ b/print/ruby-gnome2-gnomeprint/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2010/09/14 11:02:41 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:02 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprint-${VERSION}
COMMENT= Ruby binding of libgnomeprint
-PKGREVISION= 4
CATEGORIES= print
PKG_DESTDIR_SUPPORT= user-destdir
@@ -13,10 +12,10 @@ RUBY_EXTCONF_SUBDIRS= gnomeprint
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-libart>=${VERSION}:../../graphics/ruby-gnome2-libart
-USE_TOOLS+= pkg-config
do-test:
${RUN} cd ${WRKSRC}/gnomeprint/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
.include "../../print/libgnomeprint/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"