- 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

@@ -2,4 +2,4 @@ git/2.3.3 stable Tcl/8.6.4 Tk/8.6.4
git/2.5.2 stable Tcl/8.6.4 Tk/8.6.4
git/2.8.1 stable Tcl/8.6.4 Tk/8.6.4
git/2.11.1 stable Tcl/8.6.4 Tk/8.6.4
git/2.13.0 unstable Tcl/8.6.4 Tk/8.6.4
git/2.13.0 unstable Tcl/8.6.4 Tk/8.6.4 b:perl b:asciidoc b:xmlto

View File

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