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 /print/ruby-gnome2-gnomeprintui | |
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 'print/ruby-gnome2-gnomeprintui')
-rw-r--r-- | print/ruby-gnome2-gnomeprintui/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ruby-gnome2-gnomeprintui/Makefile b/print/ruby-gnome2-gnomeprintui/Makefile index 9847d24796c..cf9976a35c3 100644 --- a/print/ruby-gnome2-gnomeprintui/Makefile +++ b/print/ruby-gnome2-gnomeprintui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:49 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/28 13:43:58 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprintui-${VERSION} @@ -13,9 +13,11 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=${VERSION}:../../print/ruby-gnom 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 "../../print/libgnomeprintui/buildlink3.mk" +BUILDLINK_API_DEPENDS.ruby-gnome2-gnomeprint+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=${VERSION} BUILDLINK_DEPMETHOD.ruby-gnome2-gnomeprint= build .include "../../print/ruby-gnome2-gnomeprint/buildlink3.mk" .include "../../meta-pkgs/ruby-gnome2/Makefile.common" |