diff options
author | Wen Heping <wen@FreeBSD.org> | 2021-09-28 12:38:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2021-09-28 12:38:09 +0000 |
commit | e48452d26f27e38296a326b25777bd135e24fbce (patch) | |
tree | 349d6ad8cc40da03b8be1f8206513b7a40e78a05 /net | |
parent | 452418302d35440e6b2404160095fc3a28369357 (diff) |
net/mpich: Update CONFLICTS
Diffstat (limited to 'net')
-rw-r--r-- | net/mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 295897406b27..60abfe18c3e5 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc2 \ libepoll-shim.so:devel/libepoll-shim RUN_DEPENDS= bash:shells/bash -CONFLICTS= lam-7.* mpd-[0-9]* mpiexec-0.* mpich2-[0-9]* +CONFLICTS= mpd-[0-9]* mpich2-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c11 libtool perl5 pkgconfig |