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:           Sat Feb  1 02:54:55 UTC 2020

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

Log Message:
(textproc/R-DT) convert R-crosstalk from TEST_DEPENDS to DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/textproc/R-DT/Makefile:1.2
--- pkgsrc/textproc/R-DT/Makefile:1.1   Mon Jan 13 10:01:18 2020
+++ pkgsrc/textproc/R-DT/Makefile       Sat Feb  1 02:54:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/13 10:01:18 mef Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/01 02:54:55 mef Exp $
 
 R_PKGNAME=     DT
 R_PKGVER=      0.11
@@ -13,8 +13,8 @@ DEPENDS+=     R-promises>=1.0.1:../../parall
 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
 
-TEST_DEPENDS+= R-crosstalk-[0-9]*:../../textproc/R-crosstalk
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index