git: 94dcba569904 - main - net/rubygem-epp-client-rgp: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 16:05:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=94dcba569904c86a14315cd26f467737910e9a36 commit 94dcba569904c86a14315cd26f467737910e9a36 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:56:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:56:51 +0000 net/rubygem-epp-client-rgp: Add NO_ARCH Approved by: portmgr (blanket) --- net/rubygem-epp-client-rgp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/rubygem-epp-client-rgp/Makefile b/net/rubygem-epp-client-rgp/Makefile index 0f18f654092f..50c49115cc5c 100644 --- a/net/rubygem-epp-client-rgp/Makefile +++ b/net/rubygem-epp-client-rgp/Makefile @@ -14,4 +14,6 @@ RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \ USES= gem +NO_ARCH= yes + .include <bsd.port.mk>