pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtwebengine qt5-qtwebengine: TOOL_DEPENDS is c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a836e73048bb
branches:  trunk
changeset: 456611:a836e73048bb
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 04 08:22:30 2021 +0000

description:
qt5-qtwebengine: TOOL_DEPENDS is correct for ninja.

diffstat:

 x11/qt5-qtwebengine/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91d0d383e90e -r a836e73048bb x11/qt5-qtwebengine/Makefile
--- a/x11/qt5-qtwebengine/Makefile      Wed Aug 04 00:03:13 2021 +0000
+++ b/x11/qt5-qtwebengine/Makefile      Wed Aug 04 08:22:30 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/08/03 21:04:34 markd Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/04 08:22:30 nia Exp $
 
 DISTNAME=      qtwebengine-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
@@ -15,7 +15,7 @@
 QMAKE_ARGS+=   -- -webengine-icu
 
 USE_TOOLS+=    bison bash
-BUILD_DEPENDS+=        ninja-build-[0-9]*:../../devel/ninja-build
+TOOL_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
 TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
 #TOOL_DEPENDS+=        libxml2-[0-9]*:../../textproc/libxml2
 #TOOL_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt



Home | Main Index | Thread Index | Old Index