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