diff options
author | bf <bf@FreeBSD.org> | 2013-11-23 03:24:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-11-23 03:24:37 +0800 |
commit | 52fe19d4a9469c6df572bf867b755c536b8c5387 (patch) | |
tree | 203e0085721a083938cdfaa017cec06acbf49be6 /math/metis/Makefile | |
parent | 0ba5c1828ea383dcb09cd7e41e062d4e3f339da9 (diff) | |
download | freebsd-ports-gnome-52fe19d4a9469c6df572bf867b755c536b8c5387.tar.gz freebsd-ports-gnome-52fe19d4a9469c6df572bf867b755c536b8c5387.tar.zst freebsd-ports-gnome-52fe19d4a9469c6df572bf867b755c536b8c5387.zip |
Use a versioned name for metis4, to help some tools to distinguish it from metis
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 |