git: 25304492d782 - main - math/R: Update path set in RUN_DEPENDS for CMake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 20:32:41 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=25304492d782a019324b8281d87effdd75ce1396
commit 25304492d782a019324b8281d87effdd75ce1396
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-09-09 20:30:37 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-09-09 20:32:24 +0000
math/R: Update path set in RUN_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
---
math/R/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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