git: eb6572374aa0 - main - devel/p5-Term-RawInput: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 23:55:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb6572374aa00230a628a5474e50bb16b2cc8cc3 commit eb6572374aa00230a628a5474e50bb16b2cc8cc3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:27:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:44:40 +0000 devel/p5-Term-RawInput: Add NO_ARCH --- devel/p5-Term-RawInput/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Term-RawInput/Makefile b/devel/p5-Term-RawInput/Makefile index 7d95f03edb98..70706988adc6 100644 --- a/devel/p5-Term-RawInput/Makefile +++ b/devel/p5-Term-RawInput/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>