aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
commit5930109e8ef02d47e1be967f2448c6438b53cbac (patch)
treed5955a0f99e2e4b6d189f4fc466e0b90a59f82d6 /math/suitesparse
parent1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff)
downloadports-5930109e8ef02d47e1be967f2448c6438b53cbac.tar.gz
ports-5930109e8ef02d47e1be967f2448c6438b53cbac.zip
add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly note the restrictive license of the metis ports (while here, append the MPI port to *DEPENDS in math/parmetis, rather than using an assignment) PR: 169578
Notes
Notes: svn path=/head/; revision=300666
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index f73822a57e33..eb34bf450b19 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -19,7 +19,7 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
.if defined (WITH_METIS)
-LIB_DEPENDS= metis:${PORTSDIR}/math/metis
+LIB_DEPENDS= metis.1:${PORTSDIR}/math/metis4
RESTRICTED= GPL and METIS licenses are contradictory
.endif