Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 20:21:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550340 - head/math/R
Message-ID:  <202009272021.08RKL8Fh070342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 27 20:21:08 2020
New Revision: 550340
URL: https://svnweb.freebsd.org/changeset/ports/550340

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Sun Sep 27 20:17:57 2020	(r550339)
+++ head/math/R/Makefile	Sun Sep 27 20:21:08 2020	(r550340)
@@ -11,7 +11,7 @@ COMMENT=	Language for statistical computing and graphi
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	texi2any:print/texinfo
 LIB_DEPENDS=	libcurl.so:ftp/curl \



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