aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-10-03 05:38:06 +0800
committeryuri <yuri@FreeBSD.org>2018-10-03 05:38:06 +0800
commitfeae38989c86d2d172e133737173f811b3ab0643 (patch)
tree98a6def58f4cd68b5a63662967849918d406ed9a /science
parent804542c582a8e8b0d3b88c80120fb9a06e91d4d4 (diff)
downloadfreebsd-ports-gnome-feae38989c86d2d172e133737173f811b3ab0643.tar.gz
freebsd-ports-gnome-feae38989c86d2d172e133737173f811b3ab0643.tar.zst
freebsd-ports-gnome-feae38989c86d2d172e133737173f811b3ab0643.zip
science/fvm: Change from net/mpich2 to net/mpich
PR: 231635 Approved by: thierry (maintainer)
Diffstat (limited to 'science')
-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