Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2021 17:50:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563149 - head/graphics/openfx-arena
Message-ID:  <202101281750.10SHoch3029144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Jan 28 17:50:38 2021
New Revision: 563149
URL: https://svnweb.freebsd.org/changeset/ports/563149

Log:
  graphics/openfx-arena: enable on powerpc64

Modified:
  head/graphics/openfx-arena/Makefile

Modified: head/graphics/openfx-arena/Makefile
==============================================================================
--- head/graphics/openfx-arena/Makefile	Thu Jan 28 16:57:03 2021	(r563148)
+++ head/graphics/openfx-arena/Makefile	Thu Jan 28 17:50:38 2021	(r563149)
@@ -11,7 +11,7 @@ COMMENT=	Extra OpenFX plugins for Natron
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	amd64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio \
 		libfontconfig.so:x11-fonts/fontconfig \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101281750.10SHoch3029144>