summaryrefslogtreecommitdiff
path: root/www/ruby-gnome2-gtkmozembed/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-gtkmozembed/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-gtkmozembed/Makefile')
-rw-r--r--www/ruby-gnome2-gtkmozembed/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ruby-gnome2-gtkmozembed/Makefile b/www/ruby-gnome2-gtkmozembed/Makefile
index e8846e5bb7c..87b09339cde 100644
--- a/www/ruby-gnome2-gtkmozembed/Makefile
+++ b/www/ruby-gnome2-gtkmozembed/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2010/09/14 11:02:57 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2010/09/23 15:36:02 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkmozembed-${VERSION}
COMMENT= Ruby binding of gtkmozembed
-PKGREVISION= 3
CATEGORIES= www
PKG_DESTDIR_SUPPORT= user-destdir
@@ -12,7 +11,6 @@ RUBY_EXTCONF_SUBDIRS= gtkmozembed
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*}
BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
@@ -21,4 +19,5 @@ BUILDLINK_API_DEPENDS.ruby-gnome2-pango+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERS
.include "../../devel/ruby-gnome2-pango/buildlink3.mk"
.include "../../devel/xulrunner/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"