diff options
Diffstat (limited to 'math/suitesparse')
-rw-r--r-- | math/suitesparse/Makefile | 2 |
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 |