diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-11-22 19:24:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-11-22 19:24:37 +0000 |
commit | f552181979e94bfb43220f9ac8adebcbc32989a0 (patch) | |
tree | 203e0085721a083938cdfaa017cec06acbf49be6 /math/metis/Makefile | |
parent | a09a390ce914456bc87b0cb4d6984266e05ad45d (diff) |
Use a versioned name for metis4, to help some tools to distinguish it from metis
Notes
Notes:
svn path=/head/; revision=334607
Diffstat (limited to 'math/metis/Makefile')
-rw-r--r-- | math/metis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index 671e32017104..96859c033229 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -11,7 +11,7 @@ COMMENT= A package for unstructured graph partitioning LICENSE= AL2 -CONFLICTS= metis-4* metis-edf-[0-9]* +CONFLICTS= metis4-4* metis-edf-[0-9]* USES= cmake |