aboutsummaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-02-19 23:07:08 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2022-02-19 23:09:40 +0000
commit726cccf6204a22ff5ddec83da25e681f65541baa (patch)
treee22a42b18ee3e88911230696e977cf31a53f5383 /math/R/Makefile
parent029acf78acab3710ce8fc4548ae310cae2e25612 (diff)
downloadports-726cccf6204a22ff5ddec83da25e681f65541baa.tar.gz
ports-726cccf6204a22ff5ddec83da25e681f65541baa.zip
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 31c48c11b1b4..883c1e03f1cc 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -2,6 +2,7 @@
PORTNAME= R
DISTVERSION= 4.1.2
+PORTREVISION= 1
CATEGORIES= math lang
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||}
@@ -15,8 +16,9 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
BUILD_DEPENDS= texi2any:print/texinfo
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre2-8.so:devel/pcre2
-# R packages may require GNU make
-RUN_DEPENDS= gmake:devel/gmake
+# R packages may require GNU make or cmake to build
+RUN_DEPENDS= gmake:devel/gmake \
+ cmake:devel/cmake
# possible TODO
# - Use --with-recommended-packages=no by default