summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-06-02 11:48:57 +0000
committermef <mef@pkgsrc.org>2022-06-02 11:48:57 +0000
commit05b97e6dae3b2dbab3c2d36e24a65a83bbc3a515 (patch)
treed241310f83ec746e18bce6ec404fe647713d25a8
parent58a7df4142e6b452f98fd1da4e8ccde861af22e5 (diff)
downloadpkgsrc-05b97e6dae3b2dbab3c2d36e24a65a83bbc3a515.tar.gz
(benchmarks/R-bench) USE_LANGUAGES= c, sorry
-rw-r--r--benchmarks/R-bench/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/R-bench/Makefile b/benchmarks/R-bench/Makefile
index 8dee0166507..c7f9b70eae4 100644
--- a/benchmarks/R-bench/Makefile
+++ b/benchmarks/R-bench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/05/30 15:04:24 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/06/02 11:48:57 mef Exp $
R_PKGNAME= bench
R_PKGVER= 1.1.2
@@ -25,7 +25,8 @@ TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
-USE_LANGUAGES= # none
+
+USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"