svn commit: r560032 - head/java/aparapi

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 3 19:11:33 UTC 2021


Author: pkubaj
Date: Sun Jan  3 19:11:33 2021
New Revision: 560032
URL: https://svnweb.freebsd.org/changeset/ports/560032

Log:
  java/aparapi: enable on powerpc64le

Modified:
  head/java/aparapi/Makefile

Modified: head/java/aparapi/Makefile
==============================================================================
--- head/java/aparapi/Makefile	Sun Jan  3 19:02:44 2021	(r560031)
+++ head/java/aparapi/Makefile	Sun Jan  3 19:11:33 2021	(r560032)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-ONLY_FOR_ARCHS=	amd64 powerpc64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
 USE_GITHUB=	yes
 


More information about the svn-ports-head mailing list