summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-21 23:20:53 +0000
committermef <mef@pkgsrc.org>2021-09-21 23:20:53 +0000
commite3e430d92f9c95aa81c42c0b544ff411921e57fe (patch)
treebb65dfdce8912cfa81f8e625a705362fe276da0f /textproc
parente08c1fe7516c7157caa2ca78582ea0dd9e8f6772 (diff)
downloadpkgsrc-e3e430d92f9c95aa81c42c0b544ff411921e57fe.tar.gz
(textproc/R-DT) fix build +DEPENDS+= R-jquerylib
Diffstat (limited to 'textproc')
-rw-r--r--textproc/R-DT/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/R-DT/Makefile b/textproc/R-DT/Makefile
index 3f4a9bda662..baf99da9ba8 100644
--- a/textproc/R-DT/Makefile
+++ b/textproc/R-DT/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/09/04 12:34:42 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/09/21 23:20:53 mef Exp $
R_PKGNAME= DT
R_PKGVER= 0.19
@@ -14,6 +14,7 @@ DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
DEPENDS+= R-jsonlite>=0.9.16:../../textproc/R-jsonlite
DEPENDS+= R-htmlwidgets>=1.3:../../www/R-htmlwidgets
DEPENDS+= R-crosstalk-[0-9]*:../../textproc/R-crosstalk
+DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown