pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-Rcpp



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Mar 15 00:16:10 UTC 2022

Modified Files:
        pkgsrc/devel/R-Rcpp: Makefile

Log Message:
(devel/R-Rcpp) +TEST_DEPENDS+= tex-inconsolata, but make test not pass yet


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/R-Rcpp/Makefile

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

Modified files:

Index: pkgsrc/devel/R-Rcpp/Makefile
diff -u pkgsrc/devel/R-Rcpp/Makefile:1.24 pkgsrc/devel/R-Rcpp/Makefile:1.25
--- pkgsrc/devel/R-Rcpp/Makefile:1.24   Mon Mar 14 11:25:38 2022
+++ pkgsrc/devel/R-Rcpp/Makefile        Tue Mar 15 00:16:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/03/14 11:25:38 mef Exp $
+# $NetBSD: Makefile,v 1.25 2022/03/15 00:16:09 mef Exp $
 
 R_PKGNAME=     Rcpp
 R_PKGVER=      1.0.8.2
@@ -20,6 +20,7 @@ TEST_DEPENDS+=        tex-fancyvrb-[0-9]*:../..
 TEST_DEPENDS+= tex-iftex-[0-9]*d:../../print/tex-iftex
 TEST_DEPENDS+= tex-pdflscape-[0-9]*:../../print/tex-pdflscape
 TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 
 USE_LANGUAGES+=        c++
 



Home | Main Index | Thread Index | Old Index