make: needs xz in hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-20 18:23:37 +01:00
parent f89ed7b547
commit 693597a85d

View file

@ -5,7 +5,7 @@ revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="$(vopt_with guile)"
hostmakedepends="$(vopt_if guile pkg-config)"
hostmakedepends="$(vopt_if guile pkg-config) xz"
makedepends="$(vopt_if guile 'gc-devel guile-devel')"
short_desc="The GNU make system"
maintainer="Enno Boland <gottox@voidlinux.org>"