git: a1f1bd1ea84c - main - www/p5-Net-FastCGI: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 17:24:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1f1bd1ea84c6ede6ea5b114e305221e1c23140f commit a1f1bd1ea84c6ede6ea5b114e305221e1c23140f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-04 17:11:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-04 17:14:27 +0000 www/p5-Net-FastCGI: Add NO_ARCH --- www/p5-Net-FastCGI/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/p5-Net-FastCGI/Makefile b/www/p5-Net-FastCGI/Makefile index 408ec279fef3..88f022e2046c 100644 --- a/www/p5-Net-FastCGI/Makefile +++ b/www/p5-Net-FastCGI/Makefile @@ -16,4 +16,6 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>