aboutsummaryrefslogtreecommitdiff
path: root/math/libRmath/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-27 21:22:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-27 21:22:29 +0000
commit88a8dc553aa00354a93c229d88db127dfb28e2c4 (patch)
tree05f81726ae0a8f3f1a8c26ef4d0f09b18efe201d /math/libRmath/Makefile
parentc4953dafb010f8e0aecc4928fbb2204ffb7aef2e (diff)
downloadports-88a8dc553aa00354a93c229d88db127dfb28e2c4.tar.gz
ports-88a8dc553aa00354a93c229d88db127dfb28e2c4.zip
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=550376
Diffstat (limited to 'math/libRmath/Makefile')
-rw-r--r--math/libRmath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile
index eb431430ef5a..c5772c48c666 100644
--- a/math/libRmath/Makefile
+++ b/math/libRmath/Makefile
@@ -12,7 +12,7 @@ COMMENT= Standalone math library from R
LICENSE= GPLv2
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre.so:devel/pcre