pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ruby-gtk2



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Sep 12 14:11:43 UTC 2021

Modified Files:
        pkgsrc/x11/ruby-gtk2: Makefile

Log Message:
ruby-gtk2: pull ruby-pango/buildlink3.mk for native extention builds.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/ruby-gtk2/Makefile

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

Modified files:

Index: pkgsrc/x11/ruby-gtk2/Makefile
diff -u pkgsrc/x11/ruby-gtk2/Makefile:1.7 pkgsrc/x11/ruby-gtk2/Makefile:1.8
--- pkgsrc/x11/ruby-gtk2/Makefile:1.7   Sun Aug 29 16:57:18 2021
+++ pkgsrc/x11/ruby-gtk2/Makefile       Sun Sep 12 14:11:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/08/29 16:57:18 tsutsui Exp $
+# $NetBSD: Makefile,v 1.8 2021/09/12 14:11:43 tsutsui Exp $
 #
 
 DISTNAME=              gtk2-3.4.3
@@ -19,6 +19,7 @@ DEPENDS+=             ${RUBY_PKGPREFIX}-gdk_pixbuf2
 
 OVERRIDE_GEMSPEC+=     atk>=3.4.3 pango>=3.4.3 gdk_pixbuf2>=3.4.3
 
+.include "../../devel/ruby-pango/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index