git: b6f4a16eeca1 - main - math/mfem: Correct typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Aug 2022 09:47:47 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b6f4a16eeca1ce583b03cff2d706fe61c1249db4
commit b6f4a16eeca1ce583b03cff2d706fe61c1249db4
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-22 08:16:29 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-22 09:47:44 +0000
math/mfem: Correct typo
---
math/mfem/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/math/mfem/Makefile b/math/mfem/Makefile
index 25fa7aa7156d..e7fb1df095c3 100644
--- a/math/mfem/Makefile
+++ b/math/mfem/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mfem
DISTVERSIONPREFIX= v
DISTVERSION= 4.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -29,7 +29,7 @@ MPICH_CMAKE_ON= -DMFEM_USE_MPI=ON \
MPICH_BUILD_DEPENDS= mpich>0:net/mpich
MPICH_LIB_DEPENDS= libHYPRE.so:science/hypre \
libmetis.so:math/metis
-OPENMPI_RUN_DEPENDS= mpich>0:net/mpich
+MPICH_RUN_DEPENDS= mpich>0:net/mpich
OPENMPI_CMAKE_ON= -DMFEM_USE_MPI=ON \
-DMPI_HOME=${LOCALBASE}/mpi/openmpi