pkgsrc-WIP-changes archive

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

qt6-qtwebengine: wants bison as tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Feb 14 09:07:47 2025 +0100
Changeset:	e7e0977c3bd1955b334bb2f3f829c5fc8d0eacd9

Modified Files:
	qt6-qtwebengine/Makefile

Log Message:
qt6-qtwebengine: wants bison as tool

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7e0977c3bd1955b334bb2f3f829c5fc8d0eacd9

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

diffstat:
 qt6-qtwebengine/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/qt6-qtwebengine/Makefile b/qt6-qtwebengine/Makefile
index c33fee8816..f876870838 100644
--- a/qt6-qtwebengine/Makefile
+++ b/qt6-qtwebengine/Makefile
@@ -15,6 +15,8 @@ TOOL_DEPENDS+=		ninja-build-[0-9]*:../../devel/ninja-build
 TOOL_DEPENDS+=		nodejs-[0-9]*:../../lang/nodejs
 TOOL_DEPENDS+=		${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 
+USE_TOOLS+=		bison
+
 UNLIMIT_RESOURCES+=	datasize
 
 USE_CXX_FEATURES+=	c++20


Home | Main Index | Thread Index | Old Index