Skip to content

Commit

Permalink
bash: add gmake to BUILD_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Mar 30, 2024
1 parent a652ad9 commit f1e201c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RELEASE="1"
VERSION="5.2.15"
SOURCES="https://ftp.gnu.org/gnu/bash/bash-$VERSION.tar.gz"
DEPENDS="ncurses"
BUILD_DEPENDS="gmake"
SHA256SUM="13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c"
DESCRIPTION="The GNU bash shell"

Expand Down

0 comments on commit f1e201c

Please sign in to comment.