diff options
Diffstat (limited to 'print/latexmk')
-rw-r--r-- | print/latexmk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile index eeca6447e5fe..5e43eab3d7e3 100644 --- a/print/latexmk/Makefile +++ b/print/latexmk/Makefile @@ -16,8 +16,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES NO_WRKSUBDIR= yes NO_BUILD= yes +USES= perl5 USE_ZIP= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_TEX= latex MAN1= latexmk.1 |