aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-05-20 22:05:43 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-05-20 22:05:43 +0000
commitc454eb04769b34f4e7d73101426f32945d3322fe (patch)
tree416cde90c4ee6db0fa46db1d640f652cb51284af
parent47fb20c30c51fec8aec96ce9bcd6d2e94493f49d (diff)
downloadports-c454eb04769b34f4e7d73101426f32945d3322fe.tar.gz
ports-c454eb04769b34f4e7d73101426f32945d3322fe.zip
math/moab: Fix typo in Makefile
-rw-r--r--math/moab/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/moab/Makefile b/math/moab/Makefile
index 29d81648abeb..82eda331ad5c 100644
--- a/math/moab/Makefile
+++ b/math/moab/Makefile
@@ -35,8 +35,8 @@ MPI_CMAKE_BOOL= ENABLE_MPI
MPI_LIB_DEPENDS= libmpi.so:net/openmpi
MPI_LDFLAGS= -L${LOCALBASE}/mpi/openmpi/lib
MPI_VARS= CXX=${LOCALBASE}/mpi/openmpi/bin/mpic++ CC=${LOCALBASE}/mpi/openmpi/bin/mpicc
-OPENMPI_VARS= CONFLICTS_BUILD=mpich # otherwise bin/hexmodops gets linked with libmpi.so:net/mpich
-OPENMPI_VARS_OFF= USES=compiler:c++11-lang
+MPI_VARS= CONFLICTS_BUILD=mpich # otherwise bin/hexmodops gets linked with libmpi.so:net/mpich
+MPI_VARS_OFF= USES=compiler:c++11-lang
post-install:
# docs are just readmes