pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-markdown (textproc/R-markdown) Add missing ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5b93ddf025c
branches:  trunk
changeset: 454153:a5b93ddf025c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 06 15:44:34 2021 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 5533fda2af4e -r a5b93ddf025c textproc/R-markdown/Makefile
--- a/textproc/R-markdown/Makefile      Sun Jun 06 15:42:24 2021 +0000
+++ b/textproc/R-markdown/Makefile      Sun Jun 06 15:44:34 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/06/05 07:17:09 mef Exp $
+# $NetBSD: Makefile,v 1.7 2021/06/06 15:44:34 mef Exp $
 
 R_PKGNAME=     markdown
 R_PKGVER=      1.1
@@ -9,6 +9,7 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      R-mime>=0.3:../../mail/R-mime
+DEPENDS+=      R-xfun-[0-9]*:../../devel/R-xfun
 
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-RCurl-[0-9]*:../../www/R-RCurl



Home | Main Index | Thread Index | Old Index