Date: Sun, 31 Oct 2021 11:17:35 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: 51e1189f3267 - main - graphics/openfx-misc: enable on powerpc64le Message-ID: <202110311117.19VBHZkB027407@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=51e1189f3267f36c3b27e49e1afb92e18ef0c73e commit 51e1189f3267f36c3b27e49e1afb92e18ef0c73e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-31 11:13:04 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-31 11:13:04 +0000 graphics/openfx-misc: enable on powerpc64le --- graphics/openfx-misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/openfx-misc/Makefile b/graphics/openfx-misc/Makefile index d128234bda1c..1c01756b4920 100644 --- a/graphics/openfx-misc/Makefile +++ b/graphics/openfx-misc/Makefile @@ -8,7 +8,7 @@ COMMENT= Miscellaneous OpenFX Effects plugins LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le USES= gl gmake USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110311117.19VBHZkB027407>