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 | |
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.
-rw-r--r-- | benchmarks/clpeak/Makefile | 1 | ||||
-rw-r--r-- | math/clfft/Makefile | 1 | ||||
-rw-r--r-- | science/iboview/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/benchmarks/clpeak/Makefile b/benchmarks/clpeak/Makefile index 52d1101dbcfd..983c4dba5a02 100644 --- a/benchmarks/clpeak/Makefile +++ b/benchmarks/clpeak/Makefile @@ -16,7 +16,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 USE_GITHUB= yes GH_ACCOUNT= krrishnarraj 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 diff --git a/science/iboview/Makefile b/science/iboview/Makefile index 71e3198744f6..588c24380285 100644 --- a/science/iboview/Makefile +++ b/science/iboview/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= boost-libs>=0:devel/boost-libs RUN_DEPENDS= boost-libs>=0:devel/boost-libs ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 USES= fortran blaslapack:openblas qmake:outsource qt:5 tar:bz2 USE_GL= gl glu |