diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-21 20:50:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-21 20:50:50 +0000 |
commit | d8b30d9b95d18dcf25baa9f0ef9e13dd8c40aee8 (patch) | |
tree | a87c9fbdf906eedd0e08050c9a00665b0c4052f1 /math/petsc | |
parent | 2625c1ff197c2ef601e8bb44b47ec76c5b6830cd (diff) |
Notes
Diffstat (limited to 'math/petsc')
-rw-r--r-- | math/petsc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index 2972a97379e8..f0cd01e978ad 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -80,7 +80,7 @@ WITH_MPI= yes .endif .if defined(WITH_MPI) . if exists(${LOCALBASE}/include/mpi.h) -BROKEN= Cannot build with mpich when lam7 is installed - set WITHOUT_MPI or deinstall lam7 +BROKEN= Cannot build with mpich when lam-7 is installed - set WITHOUT_MPI or deinstall net/lam . endif PKGNAMESUFFIX+= -mpich BUILD_DEPENDS+= ${MPIDIR}/bin/mpicc:${PORTSDIR}/net/mpich2 |