diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 10:29:15 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 10:29:15 +0000 |
commit | c2732c88dbabfb72af163f94a66fc26661128c15 (patch) | |
tree | 88fb567df94b99e64774efc15e5e9c57a2a4d70e /math/R/Makefile | |
parent | 1fd1be3fa965e1650cc516194785d5239c2122fb (diff) | |
download | ports-c2732c88dbabfb72af163f94a66fc26661128c15.tar.gz ports-c2732c88dbabfb72af163f94a66fc26661128c15.zip |
Diffstat (limited to 'math/R/Makefile')
-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 1cd27fb285ae..9075c17fa3d1 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -10,7 +10,7 @@ COMMENT= Language for statistical computing and graphics LICENSE= GPLv2 -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le BUILD_DEPENDS= texi2any:print/texinfo LIB_DEPENDS= libcurl.so:ftp/curl \ |