summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-06 15:42:24 +0000
committermef <mef@pkgsrc.org>2021-06-06 15:42:24 +0000
commit5dd097b990c3501523258e489134817ba04e10e2 (patch)
tree8900d57e92576199d78cc92647b5c7df5d870b8d /textproc
parent1f94064e1a92da62259e6370fc4767d19b3b81fa (diff)
downloadpkgsrc-5dd097b990c3501523258e489134817ba04e10e2.tar.gz
(textproc/R-highr) Add missing one DEPENDS (R-xfun)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/R-highr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/R-highr/Makefile b/textproc/R-highr/Makefile
index 308afbb36ac..fe1cba422fb 100644
--- a/textproc/R-highr/Makefile
+++ b/textproc/R-highr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/06/05 08:33:02 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/06/06 15:42:24 mef Exp $
R_PKGNAME= highr
R_PKGVER= 0.9
@@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Syntax highlighting for R source code
LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
+DEPENDS+= R-xfun-[0-9]*:../../devel/R-xfun
+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown