lm_sensors: add which to hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-03 12:47:42 +01:00
parent 5cf681dc89
commit 0da9908bc3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ build_style=gnu-makefile
make_build_args="MACHINE=${XBPS_TARGET_MACHINE#-musl}"
make_install_args="${make_build_args} PREFIX=/usr SBINDIR=/usr/bin
MANDIR=/usr/share/man"
hostmakedepends="flex perl"
hostmakedepends="flex perl which"
depends="perl"
short_desc="Utilities to read temperature/voltage/fan sensors"
maintainer="Enno Boland <gottox@voidlinux.org>"