svn commit: r504418 - head/math/R

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 17 12:30:51 UTC 2019


Author: pkubaj
Date: Mon Jun 17 12:30:50 2019
New Revision: 504418
URL: https://svnweb.freebsd.org/changeset/ports/504418

Log:
  math/R: add powerpc64
  
  Compiles fine on powerpc64.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Mon Jun 17 11:53:03 2019	(r504417)
+++ head/math/R/Makefile	Mon Jun 17 12:30:50 2019	(r504418)
@@ -12,7 +12,7 @@ COMMENT=	Language for statistical computing and graphi
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpcre.so:devel/pcre


More information about the svn-ports-all mailing list