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
This commit is contained in:
Jimmy Olgeni 2025-08-11 15:38:04 +02:00
parent 422daafbd6
commit b2b8fdb2a5
1 changed files with 1 additions and 1 deletions

View File

@ -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