From b2b8fdb2a57ec35ec4391ae0bb40b638d0fc3c6b Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Mon, 11 Aug 2025 15:38:04 +0200 Subject: [PATCH] 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