diff options
author | thierry <thierry@FreeBSD.org> | 2009-11-28 18:44:59 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-11-28 18:44:59 +0800 |
commit | dbf541f739313496b4976b68c65d0d5f5766dc77 (patch) | |
tree | e626a398e465289cd8767a61c6530bcae12f11b1 /sysutils | |
parent | 821dbba052a0ebd1ff69db896a7e5af7c9a21fd9 (diff) | |
download | freebsd-ports-gnome-dbf541f739313496b4976b68c65d0d5f5766dc77.tar.gz freebsd-ports-gnome-dbf541f739313496b4976b68c65d0d5f5766dc77.tar.zst freebsd-ports-gnome-dbf541f739313496b4976b68c65d0d5f5766dc77.zip |
Adding a conflict with net/mpich2.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mpiexec/Makefile | 2 |
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> |