aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2016-02-13 22:41:46 +0800
committerdbn <dbn@FreeBSD.org>2016-02-13 22:41:46 +0800
commitaf3d0befde964b701c84270c6906d585acd8b501 (patch)
treeb7e27bd68e9ba95c646201671983670bb87f6574 /Mk
parentb3a4604cde1e41c8d3b763453b73415530ebbc2a (diff)
downloadfreebsd-ports-gnome-af3d0befde964b701c84270c6906d585acd8b501.tar.gz
freebsd-ports-gnome-af3d0befde964b701c84270c6906d585acd8b501.tar.zst
freebsd-ports-gnome-af3d0befde964b701c84270c6906d585acd8b501.zip
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
Diffstat (limited to '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: