Skip to content

Commit 3d029cc

Browse files
author
mef
committed
(devel/R-mockery) Add 2 lines for TEST_DEPENDS+=
1 parent c6a65c1 commit 3d029cc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

devel/R-mockery/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2020/01/13 09:17:00 mef Exp $
1+
# $NetBSD: Makefile,v 1.2 2021/08/24 11:09:50 mef Exp $
22

33
R_PKGNAME= mockery
44
R_PKGVER= 0.4.2
@@ -10,6 +10,9 @@ LICENSE= mit # + file LICENSE
1010

1111
DEPENDS+= R-testthat>=2.2.1:../../devel/R-testthat
1212

13+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
14+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
15+
1316
USE_LANGUAGES= # none
1417

1518
.include "../../math/R/Makefile.extension"

0 commit comments

Comments
 (0)