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 /science | |
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 'science')
-rw-r--r-- | science/iboview/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |