aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-15 08:41:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-15 08:41:25 +0000
commit10369738374144b62b12e2bb7792a2a27492f6fc (patch)
treebeeb0291be68b3ea866d064d4da0a184ce700b15 /math
parent8dbfba4e8e2ba08f80fc275e5dc6b0f4a91c2763 (diff)
downloadports-10369738374144b62b12e2bb7792a2a27492f6fc.tar.gz
ports-10369738374144b62b12e2bb7792a2a27492f6fc.zip
math/clfft: enable on powerpc
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 c79cbddbac8b..fc51b98b1782 100644
--- a/math/clfft/Makefile
+++ b/math/clfft/Makefile
@@ -16,7 +16,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 powerpc64le
+ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le
USES= cmake
USE_LDCONFIG= yes