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

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jan 28 12:27:43 UTC 2021


Author: pkubaj
Date: Thu Jan 28 12:27:42 2021
New Revision: 563130
URL: https://svnweb.freebsd.org/changeset/ports/563130

Log:
  graphics/openfx-arena: enable on powerpc64le

Modified:
  head/graphics/openfx-arena/Makefile

Modified: head/graphics/openfx-arena/Makefile
==============================================================================
--- head/graphics/openfx-arena/Makefile	Thu Jan 28 12:15:42 2021	(r563129)
+++ head/graphics/openfx-arena/Makefile	Thu Jan 28 12:27:42 2021	(r563130)
@@ -11,7 +11,7 @@ COMMENT=	Extra OpenFX plugins for Natron
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64le
 BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio \
 		libfontconfig.so:x11-fonts/fontconfig \


More information about the svn-ports-all mailing list