pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-highr (textproc/R-highr) Add missing one DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5533fda2af4e
branches:  trunk
changeset: 454152:5533fda2af4e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 06 15:42:24 2021 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 3cae8608420c -r 5533fda2af4e textproc/R-highr/Makefile
--- a/textproc/R-highr/Makefile Sun Jun 06 15:40:28 2021 +0000
+++ b/textproc/R-highr/Makefile Sun Jun 06 15:42:24 2021 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index