diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-06-25 15:58:47 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-06-25 16:00:24 +0000 |
commit | 2bea883c25e3119103313568b6cef8c855b4fef7 (patch) | |
tree | 3097481a2ab41487c9a40367b480602896e96560 | |
parent | 48d7a1d907b5a5078066e3bcd057f2c2d4a897ed (diff) |
ports-mgmt/fastest_pkg: Set NO_ARCH
Approved by: portmgr blanket
-rw-r--r-- | ports-mgmt/fastest_pkg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/fastest_pkg/Makefile b/ports-mgmt/fastest_pkg/Makefile index 37a954812310..d37fb50695fe 100644 --- a/ports-mgmt/fastest_pkg/Makefile +++ b/ports-mgmt/fastest_pkg/Makefile @@ -19,4 +19,6 @@ USE_GITHUB= yes GH_ACCOUNT= ehaupt USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> |