https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213331
--- Comment #1 from Antoine Brodin <anto...@freebsd.org> --- I think that a port should have only 1 USES that sets MAKE_CMD. If it needs 2 tools, like scons calling gmake, it should have USES=scons + a build dependency on gmake. Can't you use something like this? .if !defined(CMAKE_NINJA) USES+= gmake .endif Also "USES=gmake cmake" is different from "USES=cmake gmake" but it's quite dirty to rely on this. -- You are receiving this mail because: You are on the CC list for the bug.