diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 18:29:06 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 18:29:06 +0800 |
commit | 029ecf0d22a5cdc0bffe6f45d75a6e65ae222057 (patch) | |
tree | fca8ca0fc5b5fb08bf75e671a2e2f938307b4f20 /math/clfft | |
parent | 15e666cb495de483e2364f3a4045789ef87e1a7e (diff) | |
download | freebsd-ports-gnome-029ecf0d22a5cdc0bffe6f45d75a6e65ae222057.tar.gz freebsd-ports-gnome-029ecf0d22a5cdc0bffe6f45d75a6e65ae222057.tar.zst freebsd-ports-gnome-029ecf0d22a5cdc0bffe6f45d75a6e65ae222057.zip |
Remove ONLY_FOR_ARCHS_REASON_<arch> that are not architecture dependant.
Diffstat (limited to 'math/clfft')
-rw-r--r-- | math/clfft/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/clfft/Makefile b/math/clfft/Makefile index 1354ad296ac0..bcc8a136592f 100644 --- a/math/clfft/Makefile +++ b/math/clfft/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= opencl>=0:devel/opencl ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 USES= cmake USE_LDCONFIG= yes |