pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-DT (textproc/R-DT) fix build +DEPENDS+= R-j...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffef26f0c63d
branches:  trunk
changeset: 458872:ffef26f0c63d
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Sep 21 23:20:53 2021 +0000

description:
(textproc/R-DT) fix build +DEPENDS+= R-jquerylib

diffstat:

 textproc/R-DT/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f57672fb0ac -r ffef26f0c63d textproc/R-DT/Makefile
--- a/textproc/R-DT/Makefile    Tue Sep 21 22:35:16 2021 +0000
+++ b/textproc/R-DT/Makefile    Tue Sep 21 23:20:53 2021 +0000
@@ -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-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
 



Home | Main Index | Thread Index | Old Index