aboutsummaryrefslogtreecommitdiff
path: root/science/fvm
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-02 21:38:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-02 21:38:06 +0000
commit3884bc8d72d85d1960743181a93858741d5dd499 (patch)
tree98a6def58f4cd68b5a63662967849918d406ed9a /science/fvm
parent7c28202e1f02ed1dd26189e7f2cf6acf32b3ae3a (diff)
downloadports-3884bc8d72d85d1960743181a93858741d5dd499.tar.gz
ports-3884bc8d72d85d1960743181a93858741d5dd499.zip
science/fvm: Change from net/mpich2 to net/mpich
PR: 231635 Approved by: thierry (maintainer)
Notes
Notes: svn path=/head/; revision=481135
Diffstat (limited to 'science/fvm')
-rw-r--r--science/fvm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/fvm/Makefile b/science/fvm/Makefile
index 32d7b7684ccf..285dad7c0bb8 100644
--- a/science/fvm/Makefile
+++ b/science/fvm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fvm
PORTVERSION= 0.15.5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science parallel
MASTER_SITES= http://code-saturne.org/releases/
@@ -31,10 +31,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpicc:net/openmpi
RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
CONFIGURE_ARGS+= --with-mpi=${LOCALBASE}/mpi/openmpi
.else
-BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:net/mpich2
-RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich2
+BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:net/mpich
+RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich
CONFIGURE_ARGS+= --with-mpi=${LOCALBASE}
-# Do not directly depend on Fortran, but FFLAGS needed to link with mpich2
+# Do not directly depend on Fortran, but FFLAGS needed to link with mpich
USES+= fortran
.endif