diff options
Diffstat (limited to 'math/petsc/Makefile')
-rw-r--r-- | math/petsc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index 56830efa60b8..2972a97379e8 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -71,6 +71,8 @@ WITHOUT_SUPERLU= yes .if !${OSVERSION} < 500039 F77?= f77 +.else +BROKEN= the Fortran compiler does not work .endif .if exists(${MPIDIR}/bin/mpicc) && !defined(WITHOUT_MPI) |