git: de65c5b6bade - main - benchmarks/py-naarad: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:07:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=de65c5b6bade4d08d2b7d43a916da5ee0eac6946 commit de65c5b6bade4d08d2b7d43a916da5ee0eac6946 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:55:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:01:06 +0000 benchmarks/py-naarad: Add NO_ARCH --- benchmarks/py-naarad/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/py-naarad/Makefile b/benchmarks/py-naarad/Makefile index 099faba3f321..11f1951ddbab 100644 --- a/benchmarks/py-naarad/Makefile +++ b/benchmarks/py-naarad/Makefile @@ -26,4 +26,6 @@ USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= linkedin +NO_ARCH= yes + .include <bsd.port.mk>