git: b2b8fdb2a57e - main - math/suitesparse: Fix dependency name for suitesparse-Example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Aug 2025 13:41:01 UTC
The branch main has been updated by olgeni:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b2b8fdb2a57ec35ec4391ae0bb40b638d0fc3c6b
commit b2b8fdb2a57ec35ec4391ae0bb40b638d0fc3c6b
Author: Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2025-08-11 13:38:04 +0000
Commit: Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2025-08-11 13:38:43 +0000
math/suitesparse: Fix dependency name for suitesparse-Example
The dependency declaration used 'suitesparse-Example' but the actual
PKGNAME is 'suitesparse-example' (lowercase). This caused Poudriere
to complain about wrong PKGNAME.
Approved by: thierry
---
math/suitesparse/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index d0445acf39ac..69ddb541ee88 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= suitesparse-config>0:math/suitesparse-config \
suitesparse-paru>0:math/suitesparse-paru
.if !defined(PACKAGE_BUILDING)
RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse \
- suitesparse-Example>0:math/suitesparse-Example
+ suitesparse-example>0:math/suitesparse-Example
.endif
USES= metaport