pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-spelling (textproc/R-spelling) +TEST_DEPEND...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d2bdc580eb3
branches:  trunk
changeset: 378277:4d2bdc580eb3
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 01 14:35:40 2022 +0000

description:
(textproc/R-spelling) +TEST_DEPENDS+=, but still one missing

diffstat:

 textproc/R-spelling/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 83e8f6aeaea5 -r 4d2bdc580eb3 textproc/R-spelling/Makefile
--- a/textproc/R-spelling/Makefile      Sun May 01 14:23:11 2022 +0000
+++ b/textproc/R-spelling/Makefile      Sun May 01 14:35:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/24 11:14:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/01 14:35:40 mef Exp $
 
 R_PKGNAME=     spelling
 R_PKGVER=      2.2
@@ -13,6 +13,11 @@
 DEPENDS+=      R-xml2>=1.2.2nb1:../../textproc/R-xml2
 DEPENDS+=      R-hunspell-[0-9]*:../../textproc/R-hunspell
 
+# Package suggested but not available: 'pdftools'
+TEST_DEPENDS+= R-commonmark-[0-9]*:../../textproc/R-commonmark
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+TEST_DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index