pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ruby-gtk3



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jan 11 15:40:50 UTC 2023

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

Log Message:
x11/ruby-gtk3: fix build problem with tiff-4.5.0

Fix build problem with tiff-4.5.0 by adding pkg-config to USE_TOOLS.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/ruby-gtk3/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-gtk3/Makefile
diff -u pkgsrc/x11/ruby-gtk3/Makefile:1.11 pkgsrc/x11/ruby-gtk3/Makefile:1.12
--- pkgsrc/x11/ruby-gtk3/Makefile:1.11  Tue Jan  3 17:36:39 2023
+++ pkgsrc/x11/ruby-gtk3/Makefile       Wed Jan 11 15:40:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/01/03 17:36:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/01/11 15:40:50 taca Exp $
 #
 
 DISTNAME=              gtk3-${VERSION}
@@ -14,6 +14,8 @@ SUPERSEDES+=          ruby-gnome2-gtk3-[0-9]*
 DEPENDS+=              ${RUBY_PKGPREFIX}-atk>=${VERSION}:../../devel/ruby-atk
 DEPENDS+=              ${RUBY_PKGPREFIX}-gdk3>=${VERSION}:../../graphics/ruby-gdk3
 
+USE_TOOLS+=            pkg-config
+
 .include "../../graphics/ruby-gdk3/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../meta-pkgs/ruby-gnome/Makefile.common"



Home | Main Index | Thread Index | Old Index