svn commit: r563149 - head/graphics/openfx-arena

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jan 28 17:50:38 UTC 2021


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 \


More information about the svn-ports-head mailing list