diff options
Diffstat (limited to 'math/suitesparse/Makefile')
-rw-r--r-- | math/suitesparse/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 93247d9a662f..d0445acf39ac 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 7.6.1 +PORTVERSION= 7.11.0 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org @@ -19,13 +19,14 @@ RUN_DEPENDS= suitesparse-config>0:math/suitesparse-config \ suitesparse-lagraph>0:math/suitesparse-lagraph \ suitesparse-ldl>0:math/suitesparse-ldl \ suitesparse-mongoose>0:math/suitesparse-mongoose \ - suitesparse-paru>0:math/suitesparse-paru \ suitesparse-rbio>0:math/suitesparse-rbio \ suitesparse-spex>0:math/suitesparse-spex \ suitesparse-spqr>0:math/suitesparse-spqr \ - suitesparse-umfpack>0:math/suitesparse-umfpack + suitesparse-umfpack>0:math/suitesparse-umfpack \ + suitesparse-paru>0:math/suitesparse-paru .if !defined(PACKAGE_BUILDING) -RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse +RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse \ + suitesparse-Example>0:math/suitesparse-Example .endif USES= metaport |