Skip to content

Commit

Permalink
xindy: correctly depend on and use MacPorts tex/perl
Browse files Browse the repository at this point in the history
  • Loading branch information
drkp committed Feb 18, 2018
1 parent 7d5c4ea commit 9b1a670
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tex/xindy/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0

name xindy
version 2.5.1
revision 2
revision 3

categories tex textproc
license GPL-2+
Expand All @@ -29,11 +29,19 @@ master_sites tex_ctan:indexing/${name}/base/
depends_skip_archcheck clisp

depends_lib port:clisp
depends_build-append \
path:bin/perl:perl5 \
port:texlive-latex

checksums rmd160 8b888c589720c081720010a55e48d00e33fe0ad9 \
sha256 2c8ee91db7217b5776b1ee5272dd259686f7ba3ec1d25c678f75a6c03fe9ba43

configure.args --disable-docs
configure.perl ${prefix}/bin/perl
configure.env-append \
LATEX=${prefix}/bin/latex \
PDFLATEX=${prefix}/bin/pdflatex \
CLISP=${prefix}/bin/clisp

build.env LANG=C

Expand Down

0 comments on commit 9b1a670

Please sign in to comment.