pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-gert



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 11:06:53 UTC 2024

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

Log Message:
(devel/R-gert) +TEST_DEPENDS, now make test passed


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-gert/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-gert/Makefile
diff -u pkgsrc/devel/R-gert/Makefile:1.6 pkgsrc/devel/R-gert/Makefile:1.7
--- pkgsrc/devel/R-gert/Makefile:1.6    Sat Jan 20 04:03:23 2024
+++ pkgsrc/devel/R-gert/Makefile        Sat Jan 20 11:06:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/20 04:03:23 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/20 11:06:53 mef Exp $
 
 R_PKGNAME=     gert
 R_PKGVER=      2.0.1
@@ -23,6 +23,11 @@ TEST_DEPENDS+=       R-spelling-[0-9]*:../../t
 TEST_DEPENDS+= R-sys-[0-9]*:../../sysutils/R-sys
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 
 USE_LANGUAGES= c
 



Home | Main Index | Thread Index | Old Index