Date: Mon, 17 Jun 2019 12:30:50 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504418 - head/math/R Message-ID: <201906171230.x5HCUoaJ048835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906171230.x5HCUoaJ048835>