R, disable X11 for now (#7745)

This commit is contained in:
Schrijvers Luc
2023-01-07 13:00:16 +01:00
committed by GitHub
parent 56fb5be52e
commit fcf50690a0

View File

@@ -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"