summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-05-31 23:48:13 +0000
committermef <mef@pkgsrc.org>2021-05-31 23:48:13 +0000
commit46e407664d9b7efb58a24d222a8353830846b562 (patch)
treea3b02f2c511b4c57dd792dfe1744bbf0a322f751
parent293abf7cca5a3154d17d5a717f7b5f901b00bcf3 (diff)
downloadpkgsrc-46e407664d9b7efb58a24d222a8353830846b562.tar.gz
(devel/R-xfun) Update TEST_DEPENDS+, but still failing
-rw-r--r--devel/R-xfun/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/R-xfun/Makefile b/devel/R-xfun/Makefile
index f0c96f9e231..e58839d1a5e 100644
--- a/devel/R-xfun/Makefile
+++ b/devel/R-xfun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/05/31 23:39:12 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/31 23:48:13 mef Exp $
R_PKGNAME= xfun
R_PKGVER= 0.23
@@ -8,13 +8,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Miscellaneous functions by 'Yihui Xie'
LICENSE= mit
-# Packages suggested but not available:
-# 'testit', 'pak'
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
-TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
+TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex
TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
-TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
+TEST_DEPENDS+= R-pa-[0-9]*:../../devel/R-pakk
+#EST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv
USE_LANGUAGES= c c++