git: c15f8ba21874 - main - devel/py-args: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:17:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c15f8ba21874f25ff3862a55a36fe1ad272242a0 commit c15f8ba21874f25ff3862a55a36fe1ad272242a0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:27:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 05:11:37 +0000 devel/py-args: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-args/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-args/Makefile b/devel/py-args/Makefile index 5b1b05406066..741443f0d201 100644 --- a/devel/py-args/Makefile +++ b/devel/py-args/Makefile @@ -15,4 +15,6 @@ LICENSE= BSD2CLAUSE USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>