pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug  4 08:22:31 UTC 2021

Modified Files:
        pkgsrc/x11/qt5-qtwebengine: Makefile

Log Message:
qt5-qtwebengine: TOOL_DEPENDS is correct for ninja.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/qt5-qtwebengine/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/qt5-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.1 pkgsrc/x11/qt5-qtwebengine/Makefile:1.2
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.1     Tue Aug  3 21:04:34 2021
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Wed Aug  4 08:22:30 2021
@@ -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 @@ BUILD_TARGET= first
 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