diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 20:21:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 20:21:08 +0000 |
commit | 40a5f8fcb0d258e2f18d323d1b2c0dce8b8dbd73 (patch) | |
tree | 3f84da9f92e681847ce3eff5f535603c95b6d8d0 /math | |
parent | c466515eeded9d6b6dc1562c58b648532bff4fa8 (diff) | |
download | ports-40a5f8fcb0d258e2f18d323d1b2c0dce8b8dbd73.tar.gz ports-40a5f8fcb0d258e2f18d323d1b2c0dce8b8dbd73.zip |
Notes
Diffstat (limited to 'math')
-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 09231f7c31f4..2c44632533e2 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -11,7 +11,7 @@ COMMENT= Language for statistical computing and graphics LICENSE= GPLv2 -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le BUILD_DEPENDS= texi2any:print/texinfo LIB_DEPENDS= libcurl.so:ftp/curl \ |