git: 149afe9e88d4 - main - devel/py-multiprocess: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 16:38:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=149afe9e88d425d8bcd6f2d68b8603f7333dccf8 commit 149afe9e88d425d8bcd6f2d68b8603f7333dccf8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-21 16:34:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-21 16:36:34 +0000 devel/py-multiprocess: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-multiprocess/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-multiprocess/Makefile b/devel/py-multiprocess/Makefile index 4038f38419f8..19f6455cdc1d 100644 --- a/devel/py-multiprocess/Makefile +++ b/devel/py-multiprocess/Makefile @@ -13,4 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ zip USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>