aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/mpiexec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/mpiexec/Makefile b/sysutils/mpiexec/Makefile
index a2d1d341f913..965f22d1c121 100644
--- a/sysutils/mpiexec/Makefile
+++ b/sysutils/mpiexec/Makefile
@@ -23,4 +23,6 @@ CONFIGURE_ARGS= --with-default-comm=mpich2
PLIST_FILES= bin/mpiexec
MAN1= mpiexec.1
+CONFLICTS= mpich2-1.2.*
+
.include <bsd.port.mk>