diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 13:07:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 13:07:40 +0000 |
commit | 945c98fdf861a79f327f95cfb7453c31d8f95896 (patch) | |
tree | 1b35744f0d7c32ca5d373e7aab96ed6d8ee2e10b /print/latexdiff | |
parent | 676d298ee18c01673284b1087a7e3c99febd1d80 (diff) | |
download | ports-945c98fdf861a79f327f95cfb7453c31d8f95896.tar.gz ports-945c98fdf861a79f327f95cfb7453c31d8f95896.zip |
Notes
Diffstat (limited to 'print/latexdiff')
-rw-r--r-- | print/latexdiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latexdiff/Makefile b/print/latexdiff/Makefile index 08f47fe091eb..87292ebbd15f 100644 --- a/print/latexdiff/Makefile +++ b/print/latexdiff/Makefile @@ -18,7 +18,8 @@ COMMENT= Determine and mark up significant differences between latex files RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes NO_BUILD= yes |