diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-07 22:21:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-07 22:21:38 +0000 |
commit | af2d1868886a4fa9850dd9dd0dca5580a60de8e1 (patch) | |
tree | f0615b0bda131f5ae6495dfa12a64ce911ebf082 /math | |
parent | 6e510207b5195a245ebd2b23bd9dc74ca0e42dad (diff) | |
download | ports-af2d1868886a4fa9850dd9dd0dca5580a60de8e1.tar.gz ports-af2d1868886a4fa9850dd9dd0dca5580a60de8e1.zip |
Mark broken on 4.x: configure fails to use the Fortran compiler.
Reported by: pointyhat via Kris
Notes
Notes:
svn path=/head/; revision=170037
Diffstat (limited to 'math')
-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) |