- use Modules perl, asciidoc and xmlto for building
This commit is contained in:
Achim Gsell
2018-04-11 16:44:44 +02:00
parent 2ba8c50c90
commit ce1b5be86d
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
--with-tcltk \
--with-perl="${PERL_PREFIX}/bin/perl" \
|| exit 1
}