aboutsummaryrefslogtreecommitdiffstats
path: root/community/bubblewrap
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-01-09 09:12:48 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-01-09 09:13:17 +0000
commit0835aa88b0524ae381a6d54866c634d7a99c8297 (patch)
tree4884f84ccfa3fbd9a96bef47ac408b8b9981432a /community/bubblewrap
parent0b43a51a91d69b11f8afdac7c5019caef8e90e21 (diff)
downloadaports-0835aa88b0524ae381a6d54866c634d7a99c8297.tar.bz2
aports-0835aa88b0524ae381a6d54866c634d7a99c8297.tar.xz
community/docbook: depend on docbook-xsl for the man-pages
Diffstat (limited to 'community/bubblewrap')
-rw-r--r--community/bubblewrap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bubblewrap/APKBUILD b/community/bubblewrap/APKBUILD
index 2402641218..26340f6436 100644
--- a/community/bubblewrap/APKBUILD
+++ b/community/bubblewrap/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="LGPL2+"
depends=""
depends_dev=""
-makedepends="autoconf automake libcap-dev libxslt $depends_dev"
+makedepends="autoconf automake libcap-dev docbook-xsl $depends_dev"
install=""
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
source="bubblewrap-$pkgver.tar.gz::https://github.com/projectatomic/bubblewrap/archive/v$pkgver.tar.gz"