pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-markdown



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 15:44:34 UTC 2021

Modified Files:
        pkgsrc/textproc/R-markdown: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/R-markdown/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-markdown/Makefile
diff -u pkgsrc/textproc/R-markdown/Makefile:1.6 pkgsrc/textproc/R-markdown/Makefile:1.7
--- pkgsrc/textproc/R-markdown/Makefile:1.6     Sat Jun  5 07:17:09 2021
+++ pkgsrc/textproc/R-markdown/Makefile Sun Jun  6 15:44:34 2021
@@ -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 @@ COMMENT=        Render Markdown with the C Libr
 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