summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-06 23:48:13 +0000
committermef <mef@pkgsrc.org>2021-06-06 23:48:13 +0000
commite172a20bda23678c4ba43c0beb73d1c8fdb3dd2a (patch)
treebbcf7b3520ff05ebf33910f63d92f553ea75ebdc /textproc
parent936fed12f00061bb6d706aeefb4e045444c6ad18 (diff)
downloadpkgsrc-e172a20bda23678c4ba43c0beb73d1c8fdb3dd2a.tar.gz
(textproc/R-htmltools) Add missing DEPENDS (R-rlang)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/R-htmltools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/R-htmltools/Makefile b/textproc/R-htmltools/Makefile
index 914c2aa5171..3fc3a41e04c 100644
--- a/textproc/R-htmltools/Makefile
+++ b/textproc/R-htmltools/Makefile
@@ -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 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
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