summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-06 16:04:25 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-06 16:04:25 +0200
commit6937623cc57275377381c5664ecea13bfdf4800a (patch)
tree849bfe8b5dcbb47e1651b70a723c6b3b73497279
parentsecurity/vuxml: Document XML round-trip vulnerability of REXML in Ruby (diff)
math/clfft: enable on powerpc64
-rw-r--r--math/clfft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/clfft/Makefile b/math/clfft/Makefile
index dff8992e0233..531137d5d42e 100644
--- a/math/clfft/Makefile
+++ b/math/clfft/Makefile
@@ -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 powerpc64le
+ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
USES= cmake
USE_LDCONFIG= yes