mirror of https://git.FreeBSD.org/ports.git
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:
parent
422daafbd6
commit
b2b8fdb2a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue