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/3cae8608420c
branches:  trunk
changeset: 454151:3cae8608420c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 06 15:40:28 2021 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 5524d78bcce7 -r 3cae8608420c textproc/R-htmltools/Makefile
--- a/textproc/R-htmltools/Makefile     Sun Jun 06 15:38:02 2021 +0000
+++ b/textproc/R-htmltools/Makefile     Sun Jun 06 15:40:28 2021 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index