summaryrefslogtreecommitdiff
path: root/math/petsc
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-08-21 20:50:50 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-08-21 20:50:50 +0000
commitd8b30d9b95d18dcf25baa9f0ef9e13dd8c40aee8 (patch)
treea87c9fbdf906eedd0e08050c9a00665b0c4052f1 /math/petsc
parent- Add some missing things to patch-openal.c (diff)
- Upgrade net/lam to 7.1.2 and remove net/lam7;
- Chase lam7 -> lam in the dependent ports; - Mark math/freemat IGNORE if WITH_MPI is defined and add a note about FreeMat 2.0 and QT4.
Notes
Notes: svn path=/head/; revision=171130
Diffstat (limited to 'math/petsc')
-rw-r--r--math/petsc/Makefile2
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