git: dcd1feb13a19 - main - devel/py-funcparserlib: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 10:01:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcd1feb13a19b7612d2a2d96e3fe4f93828b3cb0 commit dcd1feb13a19b7612d2a2d96e3fe4f93828b3cb0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-03-14 09:44:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-03-14 09:54:56 +0000 devel/py-funcparserlib: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-funcparserlib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-funcparserlib/Makefile b/devel/py-funcparserlib/Makefile index 925ef69b00f2..c62e502dcdb6 100644 --- a/devel/py-funcparserlib/Makefile +++ b/devel/py-funcparserlib/Makefile @@ -14,4 +14,6 @@ LICENSE= MIT USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>