git: 5c6d9b21f3ef - main - converters/p5-Unicode-UTF8simple: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:48:48 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c6d9b21f3efbaf85d2527be2e530ea821e6402a
commit 5c6d9b21f3efbaf85d2527be2e530ea821e6402a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:10:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:54 +0000
converters/p5-Unicode-UTF8simple: Add NO_ARCH
---
converters/p5-Unicode-UTF8simple/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/converters/p5-Unicode-UTF8simple/Makefile b/converters/p5-Unicode-UTF8simple/Makefile
index ee4f43273c39..c6cb81311d65 100644
--- a/converters/p5-Unicode-UTF8simple/Makefile
+++ b/converters/p5-Unicode-UTF8simple/Makefile
@@ -13,4 +13,6 @@ COMMENT= Conversions to/from UTF-8 from/to charactersets
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>