CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/09/04 04:04:35
Modified files:
x11/qt6/qtwebengine: Makefile
Log message:
Remove NINJA_JOBS hack
The NINJA_JOBS hack is no longer necessary, as we start our main ninja job with
"-j1" using "do-build". NINJAFLAGS, which now shows MAKE_JOBS, takes care of
the rest.
Last pointer from sthen@, noted by some ports hackers
