pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-htmltools (textproc/R-htmltools) Add missin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24eebc1c60c7
branches:  trunk
changeset: 454190:24eebc1c60c7
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 06 23:48:13 2021 +0000

description:
(textproc/R-htmltools) Add missing DEPENDS (R-rlang)

diffstat:

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

diffs (17 lines):

diff -r 94f76dd8ec37 -r 24eebc1c60c7 textproc/R-htmltools/Makefile
--- a/textproc/R-htmltools/Makefile     Sun Jun 06 23:44:50 2021 +0000
+++ b/textproc/R-htmltools/Makefile     Sun Jun 06 23:48:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/06/06 15:40:28 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/06 23:48:13 mef Exp $
 
 R_PKGNAME=     htmltools
 R_PKGVER=      0.5.1.1
@@ -10,6 +10,7 @@
 
 DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
 DEPENDS+=      R-base64enc-[0-9]*:../../converters/R-base64enc
+DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
 
 # Packages suggested but not available:  'ragg'
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat



Home | Main Index | Thread Index | Old Index