git: eff315f9ca4d - main - www/onionshare-cli: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eff315f9ca4de3488140ff149160bc5f7dc86858 commit eff315f9ca4de3488140ff149160bc5f7dc86858 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:34:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:21 +0000 www/onionshare-cli: Add NO_ARCH Approved by: portmgr (blanket) --- www/onionshare-cli/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/onionshare-cli/Makefile b/www/onionshare-cli/Makefile index c3a13470cefe..2c77ed0a826f 100644 --- a/www/onionshare-cli/Makefile +++ b/www/onionshare-cli/Makefile @@ -34,4 +34,6 @@ RUN_DEPENDS= meek-client:security/meek \ USES= cpe python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>