diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-02-13 14:41:46 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-02-13 14:41:46 +0000 |
commit | 2632efe9e529362bc47f5d6c6d081a1856991880 (patch) | |
tree | b7e27bd68e9ba95c646201671983670bb87f6574 /Mk | |
parent | a94f83ea426b72678154455f9a7a9565b1cec4f6 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/cran.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/cran.mk b/Mk/Uses/cran.mk index 20f16a0500e1..13bbbcc549ea 100644 --- a/Mk/Uses/cran.mk +++ b/Mk/Uses/cran.mk @@ -45,7 +45,7 @@ R_COMMAND= ${LOCALBASE}/bin/R R_POSTCMD_CHECK_OPTIONS?= --timings .if !exists(${LOCALBASE}/bin/pdflatex) -R_POSTCMD_CHECK_OPTIONS+= --no-manual --no-rebuild-vignettes +R_POSTCMD_CHECK_OPTIONS+= --no-manual --no-build-vignettes .endif do-test: |