diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:48:29 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:48:29 +0800 |
commit | 0878c69bf41893aa5540ff9cc74511ddfb2e84f6 (patch) | |
tree | 290983eb461d7215793a77bb828e9dd2ddaddfca /textproc | |
parent | textproc/p5-Perl-Lint: Fix PLIST: Module::Build::Tiny 0.042+ does not generat... (diff) |
textproc/p5-Template-Semantic: Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Template-Semantic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |