svn commit: r550340 - head/math/R

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 20:21:09 UTC 2020


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 \


More information about the svn-ports-all mailing list