Date: Wed, 16 Jun 2021 10:29:27 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2732c88dbab - main - math/R: enable on powerpc Message-ID: <202106161029.15GATRnf028668@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2732c88dbabfb72af163f94a66fc26661128c15 commit c2732c88dbabfb72af163f94a66fc26661128c15 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-16 10:29:15 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-16 10:29:15 +0000 math/R: enable on powerpc --- math/R/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106161029.15GATRnf028668>