diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
commit | 62a41b423ba42c0a1ab0c0ada5d33752e965f615 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /print/latexmk | |
parent | 3d7ef3e463a5e930be63835c21dd2d345f88ea2d (diff) |
Notes
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 |