summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-06 21:52:11 +0000
committermef <mef@pkgsrc.org>2021-09-06 21:52:11 +0000
commit8519afe78f8708f02c83618c9eea5a50ee42dc57 (patch)
tree52e7730a2cd033d54c9eefe01971c17855661b40 /textproc
parent204afd22e2fd7360f3dd785fb137fd254db63471 (diff)
downloadpkgsrc-8519afe78f8708f02c83618c9eea5a50ee42dc57.tar.gz
(textproc/R-htmltools)) Add missing DEPENDS to R-fastmap
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 9eaba616ad2..68ad42abb38 100644
--- a/textproc/R-htmltools/Makefile
+++ b/textproc/R-htmltools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/09/05 02:30:06 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/09/06 21:52:11 mef Exp $
R_PKGNAME= htmltools
R_PKGVER= 0.5.2
@@ -11,6 +11,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
+DEPENDS+= R-fastmap-[0-9]*:../../devel/R-fastmap
# Packages suggested but not available: 'ragg'
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat