summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-06 15:40:28 +0000
committermef <mef@pkgsrc.org>2021-06-06 15:40:28 +0000
commit1f94064e1a92da62259e6370fc4767d19b3b81fa (patch)
treef0e1e1044c8de29b0e94b39f24116dde62306125 /textproc
parentf6225d01f9ba5cd28aa96efa83944f08dec92bb2 (diff)
downloadpkgsrc-1f94064e1a92da62259e6370fc4767d19b3b81fa.tar.gz
(textproc/R-htmltools) Add missing one DEPENDS
Diffstat (limited to 'textproc')
-rw-r--r--textproc/R-htmltools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/R-htmltools/Makefile b/textproc/R-htmltools/Makefile
index 9cad02ae6bc..914c2aa5171 100644
--- a/textproc/R-htmltools/Makefile
+++ b/textproc/R-htmltools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/06/05 08:02:32 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/06 15:40:28 mef Exp $
R_PKGNAME= htmltools
R_PKGVER= 0.5.1.1
@@ -9,6 +9,8 @@ COMMENT= Tools for HTML
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
+
# Packages suggested but not available: 'ragg'
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo