aboutsummaryrefslogtreecommitdiff
path: root/math/clfft
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-20 13:14:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-20 13:14:17 +0000
commit49cee21e0a9e4c52dec30bfef0a5cce628c01595 (patch)
tree3338fd181092fe759b3280f7235ace9aa121d0d5 /math/clfft
parent42fbc13dca9053d16b127d9331fae219b640b029 (diff)
downloadports-49cee21e0a9e4c52dec30bfef0a5cce628c01595.tar.gz
ports-49cee21e0a9e4c52dec30bfef0a5cce628c01595.zip
math/clfft: enable on riscv64
Diffstat (limited to 'math/clfft')
-rw-r--r--math/clfft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/clfft/Makefile b/math/clfft/Makefile
index fc51b98b1782..0b522597877d 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 powerpc powerpc64 powerpc64le
+ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le riscv64
USES= cmake
USE_LDCONFIG= yes