diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-17 20:30:50 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-17 20:30:50 +0800 |
commit | 10a750b6ed8f47abc0865e67c6ae1c1a90232103 (patch) | |
tree | 90fe983f27db464ed7e41c500be0ae3a11a67173 /math/R | |
parent | 56894845c8df3786be22715a0e567fdb02a0350c (diff) | |
download | freebsd-ports-gnome-10a750b6ed8f47abc0865e67c6ae1c1a90232103.tar.gz freebsd-ports-gnome-10a750b6ed8f47abc0865e67c6ae1c1a90232103.tar.zst freebsd-ports-gnome-10a750b6ed8f47abc0865e67c6ae1c1a90232103.zip |
math/R: add powerpc64
Compiles fine on powerpc64.
Approved by: mentors (implicite approval)
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 2 |
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 |