git: 0878c69bf418 - main - textproc/p5-Template-Semantic: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0878c69bf41893aa5540ff9cc74511ddfb2e84f6 commit 0878c69bf41893aa5540ff9cc74511ddfb2e84f6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:48:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:48:29 +0000 textproc/p5-Template-Semantic: Add NO_ARCH --- textproc/p5-Template-Semantic/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/p5-Template-Semantic/Makefile b/textproc/p5-Template-Semantic/Makefile index ca42042a91f5..80d20998b0eb 100644 --- a/textproc/p5-Template-Semantic/Makefile +++ b/textproc/p5-Template-Semantic/Makefile @@ -21,4 +21,6 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= yes + .include <bsd.port.mk>