pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-roxygen2 (devel/R-roxygen2) Add missing DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f78ed489ce3d
branches:  trunk
changeset: 439654:f78ed489ce3d
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Sep 24 00:44:53 2020 +0000

description:
(devel/R-roxygen2) Add missing DEPENDS

diffstat:

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

diffs (17 lines):

diff -r 2b1f4d6ba219 -r f78ed489ce3d devel/R-roxygen2/Makefile
--- a/devel/R-roxygen2/Makefile Wed Sep 23 23:34:52 2020 +0000
+++ b/devel/R-roxygen2/Makefile Thu Sep 24 00:44:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/09/20 04:29:28 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/24 00:44:53 mef Exp $
 
 R_PKGNAME=     roxygen2
 R_PKGVER=      7.1.1
@@ -17,6 +17,7 @@
 DEPENDS+=      R-stringi>=1.4.3:../../textproc/R-stringi
 DEPENDS+=      R-stringr>=1.0.0:../../textproc/R-stringr
 DEPENDS+=      R-xml2>=1.2.2:../../textproc/R-xml2
+DEPENDS+=      R-knitr-[0-9]*:../../print/R-knitr
 
 #  Packages suggested but not available: 'R.methodsS3', 'R.oo'
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat



Home | Main Index | Thread Index | Old Index