aboutsummaryrefslogtreecommitdiffstats
path: root/main/xmlto
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2013-05-12 15:17:31 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2013-05-12 15:17:31 -0500
commit302c02714d402525cba6b24b2470ff1f99dab8d1 (patch)
tree2687acceab29a12d9b8fe11eeff268689021ad96 /main/xmlto
parentb48f2bd0ccdfd3306a1f9f38a5c9f20bff2832e6 (diff)
downloadaports-302c02714d402525cba6b24b2470ff1f99dab8d1.tar.bz2
aports-302c02714d402525cba6b24b2470ff1f99dab8d1.tar.xz
main/xmlto: move docbook-xsl to runtime dependency from build dependency
Diffstat (limited to 'main/xmlto')
-rw-r--r--main/xmlto/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xmlto/APKBUILD b/main/xmlto/APKBUILD
index 7d7f49c58b..ad4387fa31 100644
--- a/main/xmlto/APKBUILD
+++ b/main/xmlto/APKBUILD
@@ -7,9 +7,9 @@ pkgdesc="Convert xml to many other formats"
url="http://cyberelk.net/tim/software/xmlto/"
arch="all"
license="GPL2+"
-depends="libxslt perl-yaml-syck perl-test-pod bash"
+depends="libxslt perl-yaml-syck perl-test-pod bash docbook-xsl"
depends_dev=
-makedepends="$depends_dev bash docbook-xsl"
+makedepends="$depends_dev bash"
install=""
subpackages="$pkgname-doc"
source="https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2"