Skip to content

Commit

Permalink
Avoid makefile variables in DEPENDS for #6255
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Jan 6, 2025
1 parent 871d3e6 commit bf98833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/mantisbt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SPK_VERS = 2.27.0
SPK_REV = 7
SPK_ICON = src/mantisbt.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/mantisbt
# Pure PHP package, make sure ARCH is noarch
override ARCH=noarch

Expand Down

0 comments on commit bf98833

Please sign in to comment.