diff options
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 2 |
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 |