pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-highr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 15:42:24 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/R-highr/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-highr/Makefile
diff -u pkgsrc/textproc/R-highr/Makefile:1.7 pkgsrc/textproc/R-highr/Makefile:1.8
--- pkgsrc/textproc/R-highr/Makefile:1.7        Sat Jun  5 08:33:02 2021
+++ pkgsrc/textproc/R-highr/Makefile    Sun Jun  6 15:42:24 2021
@@ -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@localhost
 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