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

This commit is contained in:
mef 2024-01-23 14:18:42 +00:00
parent d9aa445d5a
commit 609b4a9da4
1 changed files with 5 additions and 2 deletions

View File

@ -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
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"