git: f755eddcaaf7 - main - devel/py-crank: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 May 2025 04:53:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f755eddcaaf7639b595a2b80e381cea29a935920 commit f755eddcaaf7639b595a2b80e381cea29a935920 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-05-29 04:44:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-05-29 04:52:27 +0000 devel/py-crank: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-crank/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-crank/Makefile b/devel/py-crank/Makefile index 3157c9798085..42f07e6078bf 100644 --- a/devel/py-crank/Makefile +++ b/devel/py-crank/Makefile @@ -14,4 +14,6 @@ LICENSE= MIT USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>