aboutsummaryrefslogtreecommitdiff
path: root/math/dune-grid
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2024-01-26 13:45:48 +0000
committerThierry Thomas <thierry@FreeBSD.org>2024-02-18 09:22:35 +0000
commita62b21d98ac3a81da7047e4f6c3cc97b28c4a955 (patch)
treef68d0f1ad0d68029f664e235742e08ed279d381c /math/dune-grid
parent0d309c1afa7476e9aff4fd98b00cb8dbb79d402c (diff)
downloadports-a62b21d98ac3a81da7047e4f6c3cc97b28c4a955.tar.gz
ports-a62b21d98ac3a81da7047e4f6c3cc97b28c4a955.zip
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set automatically.
Diffstat (limited to 'math/dune-grid')
-rw-r--r--math/dune-grid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile
index 7e0e1b974228..bfb6dd47b0f4 100644
--- a/math/dune-grid/Makefile
+++ b/math/dune-grid/Makefile
@@ -12,7 +12,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= alberta-fem>0:math/alberta \
- openmpi>0:net/openmpi \
+ openmpi4>0:net/openmpi4 \
psurface>0:math/psurface \
vc>0:devel/vc
LIB_DEPENDS= libdunecommon.so:math/dune-common \