aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-04-27 19:32:37 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-05 19:02:49 +0200
commit38e72c7bec31c9038ade5553b2ee2bc7c81bc665 (patch)
tree3fbfce842c1e63a7f21483e618083f984e133b51
parent61094f0e0e7b7a3a73dc7ce8146d29bb9f06791f (diff)
downloadaports-38e72c7bec31c9038ade5553b2ee2bc7c81bc665.tar.bz2
aports-38e72c7bec31c9038ade5553b2ee2bc7c81bc665.tar.xz
main/busybox: fix empty -doc
Busybox needs pod2man from the perl package to build the man page. Unfortunately, if pod2man is not installed this only causes a warning, not an error. Resolves #11443
-rw-r--r--main/busybox/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index f2c64abdf6..b6841d76b1 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -3,12 +3,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.31.1
-pkgrel=14
+pkgrel=15
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url="https://busybox.net/"
arch="all"
license="GPL-2.0-only"
-makedepends_host="linux-headers openssl-dev libtls-standalone-dev"
+makedepends_host="linux-headers openssl-dev libtls-standalone-dev perl"
makedepends="$makedepends_build $makedepends_host"
checkdepends="zip"
provides="/bin/sh"