aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-06 14:04:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-06 14:04:25 +0000
commit6937623cc57275377381c5664ecea13bfdf4800a (patch)
tree849bfe8b5dcbb47e1651b70a723c6b3b73497279 /math
parentcbbdab46f9b73b3593fb453c4a2523936d569e15 (diff)
downloadports-6937623cc57275377381c5664ecea13bfdf4800a.tar.gz
ports-6937623cc57275377381c5664ecea13bfdf4800a.zip
math/clfft: enable on powerpc64
Diffstat (limited to 'math')
-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