diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-24 21:08:11 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-24 21:08:11 +0000 |
commit | 322f6fb041b7117959bced8ba61163b968a2391c (patch) | |
tree | 6a90798c6f808b04cb74aeb97b5fa3071f8dcc12 | |
parent | 9b08b2f568e630657a652987646a4f6786482e02 (diff) | |
download | FreeBSD-ports-322f6fb041b7117959bced8ba61163b968a2391c.zip FreeBSD-ports-322f6fb041b7117959bced8ba61163b968a2391c.tar.gz |
mark both conflicting each other (they are installing both a same named binary)
Submitted by: Thierry Thomas <thierry@pompo.net>
-rw-r--r-- | cad/metis-edf/Makefile | 2 | ||||
-rw-r--r-- | math/metis-edf/Makefile | 2 | ||||
-rw-r--r-- | math/metis/Makefile | 2 | ||||
-rw-r--r-- | math/metis4/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/cad/metis-edf/Makefile b/cad/metis-edf/Makefile index 2ffdb3f..1023e15 100644 --- a/cad/metis-edf/Makefile +++ b/cad/metis-edf/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.code-aster.org/FICHIERS/metis/ MAINTAINER= ports@FreeBSD.org COMMENT= Meshes partionning tool used by Code_Aster +CONFLICTS= metis-[0-9]* + ALL_TARGET= default MAKE_ENV+= CC="${CC}" AR="${AR}" LD="${LD}" F77="${F77}" USE_REINPLACE= yes diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index 2ffdb3f..1023e15 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.code-aster.org/FICHIERS/metis/ MAINTAINER= ports@FreeBSD.org COMMENT= Meshes partionning tool used by Code_Aster +CONFLICTS= metis-[0-9]* + ALL_TARGET= default MAKE_ENV+= CC="${CC}" AR="${AR}" LD="${LD}" F77="${F77}" USE_REINPLACE= yes diff --git a/math/metis/Makefile b/math/metis/Makefile index e6ebac0..a963ad7 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A package for unstructured graph partitioning +CONFLICTS= metis-edf-* + ALL_TARGET= do-install: diff --git a/math/metis4/Makefile b/math/metis4/Makefile index e6ebac0..a963ad7 100644 --- a/math/metis4/Makefile +++ b/math/metis4/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A package for unstructured graph partitioning +CONFLICTS= metis-edf-* + ALL_TARGET= do-install: |