summaryrefslogtreecommitdiff
path: root/Mk/Uses/cran.mk
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2016-02-13 14:41:46 +0000
committerDavid Naylor <dbn@FreeBSD.org>2016-02-13 14:41:46 +0000
commit2632efe9e529362bc47f5d6c6d081a1856991880 (patch)
treeb7e27bd68e9ba95c646201671983670bb87f6574 /Mk/Uses/cran.mk
parentdeskutils/plasma-applet-cwp: update to 1.12.1 (diff)
Mk/Uses/cran.mk: fix test target.
R no longer accepts the --no-rebuild-vignettes argument, instead requiring the --no-build-vignettes (only used if pdflatex is not installed). PR: 207154 Approved by: wen (maintainer) MFH: 2016Q1
Notes
Notes: svn path=/head/; revision=408802
Diffstat (limited to 'Mk/Uses/cran.mk')
-rw-r--r--Mk/Uses/cran.mk2
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: