mozjs78: remove awk from hostmakedepends

awk is a virtual package and isn't needed anyway because chroot-gawk is
always available at build time.
This commit is contained in:
Andrew J. Hesford 2023-08-17 12:07:22 -04:00
parent c5300215cf
commit 8651477069
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build_wrksrc=js/src
build_style=gnu-configure
build_helper=rust
hostmakedepends="perl python pkg-config automake autoconf213 autoconf-archive
cargo rust llvm clang which python3 awk"
cargo rust llvm clang which python3"
makedepends="icu-devel libffi-devel nspr-devel python-devel readline-devel
zlib-devel python3-devel rust-std"
depends="nspr>=4.19"