summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortsutsui <tsutsui>2017-06-10 10:45:49 +0000
committertsutsui <tsutsui>2017-06-10 10:45:49 +0000
commita3aa3cb258ff7aa4a97a557d995f6c93c54aee4b (patch)
tree8581767ce764b2523db29a223eb089c8d7248021 /devel
parentd00bd0949c46e3e0bcb972cab4f0ff1b46ebae8a (diff)
downloadpkgsrc-a3aa3cb258ff7aa4a97a557d995f6c93c54aee4b.tar.gz
Fix a missed dependency in previous.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-gnome2-pango/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile
index 1e93b89adb9..eefd50ae543 100644
--- a/devel/ruby-gnome2-pango/Makefile
+++ b/devel/ruby-gnome2-pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2017/06/10 08:27:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.54 2017/06/10 10:45:49 tsutsui Exp $
#
DISTNAME= pango-${VERSION}
@@ -11,6 +11,7 @@ CONFLICTS+= ruby[0-9][0-9]-gnome2-pango-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
DEPENDS+= ${RUBY_PKGPREFIX}-cairo>=1.14.3:../../graphics/ruby-cairo
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}:../../graphics/ruby-gnome2-cairo-gobject
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"