diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-01-09 02:53:43 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-01-09 02:53:43 +0000 |
| commit | 0fdbb10c883c13c20a7135d65c80973da061da3f (patch) | |
| tree | 225dbf474d03c9a596a8f65aebefc6ba2f446077 /science/cdf | |
| parent | 9c6edd53b27b24536d0674441881a6e06acde4fb (diff) | |
science/cdf: Add shells/bash to build_depends.
Reported by: pkg-fallout@
Diffstat (limited to 'science/cdf')
| -rw-r--r-- | science/cdf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 1798ffba19fe..161cf75db9c6 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -19,7 +19,10 @@ BROKEN_aarch64= fails to compile: error: use of undeclared identifier FP1ZEROsi BROKEN_armv6= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle? BROKEN_armv7= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle? +BUILD_DEPENDS= bash:shells/bash + USES= fortran ncurses gmake + USE_LDCONFIG= yes MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \ FORTRAN=yes FC_freebsd=${F77} |
