pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-Cairo



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Dec  4 14:07:23 UTC 2024

Modified Files:
        pkgsrc/graphics/R-Cairo: Makefile

Log Message:
(graphics/R-Cairo) make test passed


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/R-Cairo/Makefile

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

Modified files:

Index: pkgsrc/graphics/R-Cairo/Makefile
diff -u pkgsrc/graphics/R-Cairo/Makefile:1.13 pkgsrc/graphics/R-Cairo/Makefile:1.14
--- pkgsrc/graphics/R-Cairo/Makefile:1.13       Wed Dec  4 13:46:48 2024
+++ pkgsrc/graphics/R-Cairo/Makefile    Wed Dec  4 14:07:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/12/04 13:46:48 mef Exp $
+# $NetBSD: Makefile,v 1.14 2024/12/04 14:07:23 mef Exp $
 
 R_PKGNAME=     Cairo
 R_PKGVER=      1.6-2
@@ -10,6 +10,12 @@ LICENSE=     gnu-gpl-v2
 
 TEST_DEPENDS+= R-png-[0-9]*:../../graphics/R-png
 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_TOOLS+=    pkg-config
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index