Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2022 20:32:41 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25304492d782 - main - math/R: Update path set in RUN_DEPENDS for CMake
Message-ID:  <202209092032.289KWfrC093616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209092032.289KWfrC093616>