summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnome2-gdkpixbuf/Makefile
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2016-10-10 14:58:45 +0000
committertsutsui <tsutsui@pkgsrc.org>2016-10-10 14:58:45 +0000
commitc3e699bd5a33bc3cd4b6037f8b2186b47a1e4a7d (patch)
tree857badd62a187822416500727062dcdb495fee34 /graphics/ruby-gnome2-gdkpixbuf/Makefile
parentad6f640221f79360c912a631f8f795eabbc31d38 (diff)
downloadpkgsrc-c3e699bd5a33bc3cd4b6037f8b2186b47a1e4a7d.tar.gz
Pull gem dependency fix from upstream.
Bump PKGREVISION.
Diffstat (limited to 'graphics/ruby-gnome2-gdkpixbuf/Makefile')
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index fc1b5826378..5e78e908284 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.39 2016/10/09 15:43:30 tsutsui Exp $
+# $NetBSD: Makefile,v 1.40 2016/10/10 14:58:45 tsutsui Exp $
#
DISTNAME= gdk_pixbuf2-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
+PKGREVISION= 1
COMMENT= Ruby binding of GdkPixbuf-2.x
CATEGORIES= graphics devel
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
CONFLICTS+= ruby[0-9][0-9]-gnome2-gdkpixbuf-[0-9]*
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}:../../devel/ruby-gnome2-gio
-.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../devel/ruby-gnome2-gio/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
.include "../../lang/ruby/gem.mk"