git: 15354d020b7b - main - devel/rinutils: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 06:27:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=15354d020b7bbfdb6c70208f8f1c871ce02cd8ce commit 15354d020b7bbfdb6c70208f8f1c871ce02cd8ce Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:05:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:15 +0000 devel/rinutils: Add NO_ARCH Approved by: portmgr (blanket) --- devel/rinutils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/rinutils/Makefile b/devel/rinutils/Makefile index 72003e309123..82203b08b9f4 100644 --- a/devel/rinutils/Makefile +++ b/devel/rinutils/Makefile @@ -14,4 +14,6 @@ USES= cmake perl5 pkgconfig tar:xz USE_PERL5= build CMAKE_OFF= WITH_TEST_SUITE +NO_ARCH= yes + .include <bsd.port.mk>