mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docbook2x: a runtime dependency on texinfo is enough.
This commit is contained in:
parent
ed91634284
commit
4165f0b8d5
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ patch_args="-Np1"
|
||||||
wrksrc="docbook2X-${version}"
|
wrksrc="docbook2X-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-resolver-jars --without-saxon-jars --without-xalan-jars"
|
configure_args="--without-resolver-jars --without-saxon-jars --without-xalan-jars"
|
||||||
hostmakedepends="texinfo libxslt docbook docbook-dsssl docbook-xsl perl-XML-SAX"
|
hostmakedepends="libxslt docbook docbook-dsssl docbook-xsl perl-XML-SAX"
|
||||||
depends="${hostmakedepends}"
|
depends="texinfo ${hostmakedepends}"
|
||||||
xml_entries="
|
xml_entries="
|
||||||
nextCatalog /usr/share/docbook2X/dtd/catalog.xml --
|
nextCatalog /usr/share/docbook2X/dtd/catalog.xml --
|
||||||
nextCatalog /usr/share/docbook2X/xslt/catalog.xml --"
|
nextCatalog /usr/share/docbook2X/xslt/catalog.xml --"
|
||||||
|
|
Loading…
Add table
Reference in a new issue