pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-gnome2-pango



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Jun 10 10:45:49 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-gnome2-pango: Makefile

Log Message:
Fix a missed dependency in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/ruby-gnome2-pango/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-gnome2-pango/Makefile
diff -u pkgsrc/devel/ruby-gnome2-pango/Makefile:1.53 pkgsrc/devel/ruby-gnome2-pango/Makefile:1.54
--- pkgsrc/devel/ruby-gnome2-pango/Makefile:1.53        Sat Jun 10 08:27:19 2017
+++ pkgsrc/devel/ruby-gnome2-pango/Makefile     Sat Jun 10 10:45:49 2017
@@ -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
 
 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"



Home | Main Index | Thread Index | Old Index