aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-01-20 15:58:00 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-01-20 16:11:25 +0000
commit0c13aa0d11833e9988bae2fcbd38d2e649013594 (patch)
treeb77b30b8c18137ec64a3019b14a230fffd32e967
parent59efe605c8a6d1e37cd622dd2784c97306f0ad8b (diff)
downloadports-0c13aa0d11833e9988bae2fcbd38d2e649013594.tar.gz
ports-0c13aa0d11833e9988bae2fcbd38d2e649013594.zip
math/suitesparse: fix a typo
It produced a warning in poudriere: Warning: math/suitesparse dependency on math/suitesparse-camd has wrong PKGNAME of 'suitesparse-btf' but should be 'suitesparse-camd' PR: 269068 Reported by: peter.larsen (at) larsendata.dk
-rw-r--r--math/suitesparse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index b78c7d27c3fd..0705355ce59b 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -8,7 +8,7 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
RUN_DEPENDS= suitesparse-amd>0:math/suitesparse-amd \
suitesparse-btf>0:math/suitesparse-btf \
- suitesparse-btf>0:math/suitesparse-camd \
+ suitesparse-camd>0:math/suitesparse-camd \
suitesparse-ccolamd>0:math/suitesparse-ccolamd \
suitesparse-cholmod>0:math/suitesparse-cholmod \
suitesparse-colamd>0:math/suitesparse-colamd \