pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/ruby-gtk3 x11/ruby-gtk3: fix build problem with ti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5be6a4974ccb
branches:  trunk
changeset: 391650:5be6a4974ccb
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jan 11 15:40:50 2023 +0000

description:
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.

diffstat:

 x11/ruby-gtk3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f85d2384b9c3 -r 5be6a4974ccb x11/ruby-gtk3/Makefile
--- a/x11/ruby-gtk3/Makefile    Wed Jan 11 15:22:24 2023 +0000
+++ b/x11/ruby-gtk3/Makefile    Wed Jan 11 15:40:50 2023 +0000
@@ -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 @@
 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