summaryrefslogtreecommitdiff
path: root/math/petsc
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-08-07 22:21:38 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-08-07 22:21:38 +0000
commitaf2d1868886a4fa9850dd9dd0dca5580a60de8e1 (patch)
treef0615b0bda131f5ae6495dfa12a64ce911ebf082 /math/petsc
parent- Update to 1.2.4 (diff)
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/petsc')
-rw-r--r--math/petsc/Makefile2
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)