git: e3fefee5cddc - main - devel/py-yarg: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:09:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3fefee5cddc94c672763d73b06d235e7364a591 commit e3fefee5cddc94c672763d73b06d235e7364a591 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:33:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:19 +0000 devel/py-yarg: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-yarg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-yarg/Makefile b/devel/py-yarg/Makefile index c1ff654c636f..222b18dd37a4 100644 --- a/devel/py-yarg/Makefile +++ b/devel/py-yarg/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>