aboutsummaryrefslogtreecommitdiffstats
path: root/community/bubblewrap/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-01-09 11:09:16 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-01-09 11:09:16 +0200
commit0b43a51a91d69b11f8afdac7c5019caef8e90e21 (patch)
tree14912f6ba55cde2b890c040387f96bcaacd8600e /community/bubblewrap/APKBUILD
parent71b058c4124690ade08fc6ddd248540b4953cbc1 (diff)
downloadaports-0b43a51a91d69b11f8afdac7c5019caef8e90e21.tar.bz2
aports-0b43a51a91d69b11f8afdac7c5019caef8e90e21.tar.xz
community/bubblewrap: makedepend on xlstproc for man-pages
Diffstat (limited to 'community/bubblewrap/APKBUILD')
-rw-r--r--community/bubblewrap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bubblewrap/APKBUILD b/community/bubblewrap/APKBUILD
index 821cd362a8..2402641218 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 $depends_dev"
+makedepends="autoconf automake libcap-dev libxslt $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"