git: eb7c9bd3535a - main - net/p5-AnyEvent-Twitter-Stream: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb7c9bd3535a5d10bd8b0e8fc7f44696e6216e32 commit eb7c9bd3535a5d10bd8b0e8fc7f44696e6216e32 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:48:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:48:09 +0000 net/p5-AnyEvent-Twitter-Stream: Add NO_ARCH --- net/p5-AnyEvent-Twitter-Stream/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/p5-AnyEvent-Twitter-Stream/Makefile b/net/p5-AnyEvent-Twitter-Stream/Makefile index eb67b8d31d1a..425f078f7201 100644 --- a/net/p5-AnyEvent-Twitter-Stream/Makefile +++ b/net/p5-AnyEvent-Twitter-Stream/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= yes + .include <bsd.port.mk>