git: ad56f6757353 - main - devel/py-monotonic: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:18:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad56f675735301b889fefda66a170835c2da42d8 commit ad56f675735301b889fefda66a170835c2da42d8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:57:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:07:22 +0000 devel/py-monotonic: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-monotonic/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-monotonic/Makefile b/devel/py-monotonic/Makefile index 4d659c370544..03cbc2a8822c 100644 --- a/devel/py-monotonic/Makefile +++ b/devel/py-monotonic/Makefile @@ -14,4 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>