binutils: add dependency on documentation
Closes: #11884 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
539ed31ffd
commit
f045b8f7eb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'binutils'
|
||||
pkgname=binutils
|
||||
version=2.32
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
short_desc="GNU binary utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
|
@ -13,6 +13,7 @@ checksum=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
|||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="flex perl"
|
||||
checkdepends="bc"
|
||||
depends="binutils-doc"
|
||||
else
|
||||
unset XBPS_CHECK_PKGS
|
||||
XBPS_TRIPLET=x86_64-unknown-linux-gnu
|
||||
|
|
Loading…
Reference in New Issue