pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-BH



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jan 23 14:18:42 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-BH/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-BH/Makefile
diff -u pkgsrc/devel/R-BH/Makefile:1.9 pkgsrc/devel/R-BH/Makefile:1.10
--- pkgsrc/devel/R-BH/Makefile:1.9      Tue Jan 23 13:33:38 2024
+++ pkgsrc/devel/R-BH/Makefile  Tue Jan 23 14:18:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/01/23 13:33:38 mef Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/23 14:18:42 mef Exp $
 
 R_PKGNAME=     BH
 R_PKGVER=      1.84.0-0
@@ -8,8 +8,11 @@ MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Boost C++ header files
 LICENSE=       boost-license
 
+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-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index