summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-05-01 14:35:40 +0000
committermef <mef@pkgsrc.org>2022-05-01 14:35:40 +0000
commitb2c41122ebee9c5a68352c6088f7ce2c1acb80f9 (patch)
tree282f71962f4f22eebd22d5ad6b5d48babe823f45 /textproc
parenteb0b46b40df9815f9c97e0b9a5bb1d53941b940b (diff)
downloadpkgsrc-b2c41122ebee9c5a68352c6088f7ce2c1acb80f9.tar.gz
(textproc/R-spelling) +TEST_DEPENDS+=, but still one missing
Diffstat (limited to 'textproc')
-rw-r--r--textproc/R-spelling/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/R-spelling/Makefile b/textproc/R-spelling/Makefile
index 1b5ce3f035f..5fc5f31ef4b 100644
--- a/textproc/R-spelling/Makefile
+++ b/textproc/R-spelling/Makefile
@@ -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-commonmark>=1.7:../../textproc/R-commonmark
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"