diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-14 22:00:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-14 22:00:23 +0000 |
commit | 7db179edb42024999f5ac287c3d633aad02c87ca (patch) | |
tree | 8c224de6d8dc6d3ee24f9a70da7351c634faba30 /devel/valgrind | |
parent | 9057d8b613a28938f843b07ce1ecc519556ce99f (diff) |
Notes
Diffstat (limited to 'devel/valgrind')
-rw-r--r-- | devel/valgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index d1cb9ad07210..4d9003f0578b 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -44,7 +44,7 @@ IGNORE= your FreeBSD version is not supported .endif .if defined(WITH_MPI) || exists(${LOCALBASE}/bin/mpicc) -LIB_DEPENDS+= mpich.1:${PORTSDIR}/net/mpich2 +LIB_DEPENDS+= mpich.2:${PORTSDIR}/net/mpich2 PLIST_SUB+= MPI="" .else PLIST_SUB+= MPI="@comment " |