diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2026-04-07 17:34:19 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2026-04-07 17:38:57 +0000 |
| commit | 013168ee1ec4c7b771d1a4211b4bc1bc9306738f (patch) | |
| tree | 0d62d72de9b236d1d95ab450373c1a60d7ef5804 | |
| parent | f5e12e14e680ea419147afb5d5f97c9630a36b82 (diff) | |
math/octave-forge-mboct-fem-pkg: Fix errant error message.
Remove messages such as "warning: Command "gcc14 --version" exited
with status 127" during poudriere build.
PR: 294019
Reported by: Einar Bjarni Halldórsson <einar@isnic.is>
| -rw-r--r-- | math/octave-forge-mboct-fem-pkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-mboct-fem-pkg/Makefile b/math/octave-forge-mboct-fem-pkg/Makefile index 1698af248000..f5f47bbd66b5 100644 --- a/math/octave-forge-mboct-fem-pkg/Makefile +++ b/math/octave-forge-mboct-fem-pkg/Makefile @@ -10,7 +10,7 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING -USES= octave autoreconf +USES= octave autoreconf compiler LIB_DEPENDS+= libgtest.so:devel/googletest \ libmetis.so:math/metis \ |
