diff options
author | obache <obache> | 2008-10-28 13:43:57 +0000 |
---|---|---|
committer | obache <obache> | 2008-10-28 13:43:57 +0000 |
commit | ac3616df0274061e3334d6158e1421cf382132b3 (patch) | |
tree | 20f4422c616c9a89e7266dfd420a83a68ebbd3e7 /www/ruby-gnome2-gtkhtml2 | |
parent | ac59b1be622db907fb7e59ceea3c38c947e30c14 (diff) | |
download | pkgsrc-ac3616df0274061e3334d6158e1421cf382132b3.tar.gz |
Update ruby-gnome2 to 0.18.1.
== Ruby-GNOME2 0.18.1: 2008-10-23
This release is bug fix release of 0.18.0.
=== Changes
Ruby/GTK2:
* fix a bug that init function is deleted. [Kouhei Sutou]
Diffstat (limited to 'www/ruby-gnome2-gtkhtml2')
-rw-r--r-- | www/ruby-gnome2-gtkhtml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ruby-gnome2-gtkhtml2/Makefile b/www/ruby-gnome2-gtkhtml2/Makefile index 9fc8ed519ed..d2c4edd53d5 100644 --- a/www/ruby-gnome2-gtkhtml2/Makefile +++ b/www/ruby-gnome2-gtkhtml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:50 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/28 13:43:58 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkhtml2-${VERSION} @@ -12,6 +12,7 @@ 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} BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build .include "../../devel/ruby-gnome2-glib/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" |