pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-DT



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Sep 21 23:20:53 UTC 2021

Modified Files:
        pkgsrc/textproc/R-DT: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/R-DT/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-DT/Makefile
diff -u pkgsrc/textproc/R-DT/Makefile:1.4 pkgsrc/textproc/R-DT/Makefile:1.5
--- pkgsrc/textproc/R-DT/Makefile:1.4   Sat Sep  4 12:34:42 2021
+++ pkgsrc/textproc/R-DT/Makefile       Tue Sep 21 23:20:53 2021
@@ -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:../../textp
 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