git: f01a37c3fb68 - main - graphics/p5-Image-PBMlib: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 16:04:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f01a37c3fb68f54fd342601d1db527051b9a2dbb commit f01a37c3fb68f54fd342601d1db527051b9a2dbb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:28:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:50:06 +0000 graphics/p5-Image-PBMlib: Add NO_ARCH --- graphics/p5-Image-PBMlib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/p5-Image-PBMlib/Makefile b/graphics/p5-Image-PBMlib/Makefile index 8860022abb34..7581d4c56d27 100644 --- a/graphics/p5-Image-PBMlib/Makefile +++ b/graphics/p5-Image-PBMlib/Makefile @@ -15,4 +15,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>