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}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-resolver-jars --without-saxon-jars --without-xalan-jars"
|
||||
hostmakedepends="texinfo libxslt docbook docbook-dsssl docbook-xsl perl-XML-SAX"
|
||||
depends="${hostmakedepends}"
|
||||
hostmakedepends="libxslt docbook docbook-dsssl docbook-xsl perl-XML-SAX"
|
||||
depends="texinfo ${hostmakedepends}"
|
||||
xml_entries="
|
||||
nextCatalog /usr/share/docbook2X/dtd/catalog.xml --
|
||||
nextCatalog /usr/share/docbook2X/xslt/catalog.xml --"
|
||||
|
|
Loading…
Add table
Reference in a new issue