diff options
Diffstat (limited to 'main/xmlto/APKBUILD')
-rw-r--r-- | main/xmlto/APKBUILD | 4 |
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" |