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 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'binutils'
|
# Template file for 'binutils'
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
version=2.32
|
version=2.32
|
||||||
revision=2
|
revision=3
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="GNU binary utilities"
|
short_desc="GNU binary utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
@ -13,6 +13,7 @@ checksum=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="flex perl"
|
hostmakedepends="flex perl"
|
||||||
checkdepends="bc"
|
checkdepends="bc"
|
||||||
|
depends="binutils-doc"
|
||||||
else
|
else
|
||||||
unset XBPS_CHECK_PKGS
|
unset XBPS_CHECK_PKGS
|
||||||
XBPS_TRIPLET=x86_64-unknown-linux-gnu
|
XBPS_TRIPLET=x86_64-unknown-linux-gnu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue