diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-25 05:08:11 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-25 05:08:11 +0800 |
commit | 322f6fb041b7117959bced8ba61163b968a2391c (patch) | |
tree | 6a90798c6f808b04cb74aeb97b5fa3071f8dcc12 /math/metis | |
parent | 9b08b2f568e630657a652987646a4f6786482e02 (diff) | |
download | freebsd-ports-gnome-322f6fb041b7117959bced8ba61163b968a2391c.tar.gz freebsd-ports-gnome-322f6fb041b7117959bced8ba61163b968a2391c.tar.zst freebsd-ports-gnome-322f6fb041b7117959bced8ba61163b968a2391c.zip |
mark both conflicting each other (they are installing both a same named binary)
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'math/metis')
-rw-r--r-- | math/metis/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index e6ebac0f060d..a963ad7e6008 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: |