git: 832b3972dbbf - main - devel/p5-Directory-Scratch: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:54:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=832b3972dbbfe1d84ddc7d4cca68ea4457394413 commit 832b3972dbbfe1d84ddc7d4cca68ea4457394413 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:47:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:47:57 +0000 devel/p5-Directory-Scratch: Add NO_ARCH --- devel/p5-Directory-Scratch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Directory-Scratch/Makefile b/devel/p5-Directory-Scratch/Makefile index d1bffc57a4c3..3caa7e8530df 100644 --- a/devel/p5-Directory-Scratch/Makefile +++ b/devel/p5-Directory-Scratch/Makefile @@ -20,4 +20,6 @@ RUN_DEPENDS= p5-Path-Class>=0:devel/p5-Path-Class \ USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= yes + .include <bsd.port.mk>