summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-09-09 22:30:37 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2022-09-09 22:32:24 +0200
commit25304492d782a019324b8281d87effdd75ce1396 (patch)
treeb2d1e08627f3fcf30299ad20460251b7e655507f
parent*/*: Update path set in BUILD_DEPENDS for CMake (diff)
math/R: Update path set in RUN_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to devel/cmake-core Approved by: portmgr (blanket)
-rw-r--r--math/R/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index e50d54c2f18e..e89f0d11c20a 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre2-8.so:devel/pcre2
# R packages may require GNU make or cmake to build
RUN_DEPENDS= gmake:devel/gmake \
- cmake:devel/cmake
+ cmake:devel/cmake-core
# possible TODO
# - Use --with-recommended-packages=no by default