git: 040a944d7120 - main - net/rubygem-grpc_reflection: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 04:03:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=040a944d71205ce3d26da53558190f5510df9eca commit 040a944d71205ce3d26da53558190f5510df9eca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-03-19 03:47:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-03-19 03:47:09 +0000 net/rubygem-grpc_reflection: Add NO_ARCH Approved by: portmgr (blanket) --- net/rubygem-grpc_reflection/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/rubygem-grpc_reflection/Makefile b/net/rubygem-grpc_reflection/Makefile index 2cc24969d1fb..bc59134e5230 100644 --- a/net/rubygem-grpc_reflection/Makefile +++ b/net/rubygem-grpc_reflection/Makefile @@ -12,4 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem +NO_ARCH= yes + .include <bsd.port.mk>