From fcf50690a08213048c2ace3802ddefad74c5d443 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 7 Jan 2023 13:00:16 +0100 Subject: [PATCH] R, disable X11 for now (#7745) --- dev-lang/r/r-4.2.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/r/r-4.2.2.recipe b/dev-lang/r/r-4.2.2.recipe index 74256127f..9de318e8a 100644 --- a/dev-lang/r/r-4.2.2.recipe +++ b/dev-lang/r/r-4.2.2.recipe @@ -13,7 +13,7 @@ variety of specific purposes but are not distributed with this package." HOMEPAGE="https://www.r-project.org/" COPYRIGHT="2022 The R Foundation for Statistical Computing" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://cloud.r-project.org/src/base/R-4/R-$portVersion.tar.gz" CHECKSUM_SHA256="0ff62b42ec51afa5713caee7c4fde7a0c45940ba39bef8c5c9487fef0c953df5" SOURCE_DIR="R-$portVersion" @@ -152,7 +152,7 @@ BUILD() --bindir=$commandBinDir \ --sysconfdir="$sysconfDir/R" \ --enable-R-shlib \ - --with-x \ + --with-x=no \ rdocdir="$docDir" \ rincludedir=$includeDir \ rsharedir="$dataDir/R"