aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-17 12:30:50 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-17 12:30:50 +0000
commit10a750b6ed8f47abc0865e67c6ae1c1a90232103 (patch)
tree90fe983f27db464ed7e41c500be0ae3a11a67173 /math
parent56894845c8df3786be22715a0e567fdb02a0350c (diff)
downloadports-10a750b6ed8f47abc0865e67c6ae1c1a90232103.tar.gz
ports-10a750b6ed8f47abc0865e67c6ae1c1a90232103.zip
math/R: add powerpc64
Compiles fine on powerpc64. Approved by: mentors (implicite approval)
Notes
Notes: svn path=/head/; revision=504418
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index bbcb3febac51..237bdd3618d6 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -12,7 +12,7 @@ COMMENT= Language for statistical computing and graphics
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