aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-31 03:59:24 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-31 03:59:24 +0800
commitac610fdb227537781ab3123db97d513894894d05 (patch)
treed244b1d445893693777ef4979869062246834349
parent1a5a034a508b1d4a26d844cec2a3c51452883963 (diff)
downloadfreebsd-ports-gnome-ac610fdb227537781ab3123db97d513894894d05.tar.gz
freebsd-ports-gnome-ac610fdb227537781ab3123db97d513894894d05.tar.zst
freebsd-ports-gnome-ac610fdb227537781ab3123db97d513894894d05.zip
textproc/p5-String-Format: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--textproc/p5-String-Format/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-String-Format/Makefile b/textproc/p5-String-Format/Makefile
index 9cb849a382e2..89d5d76b9314 100644
--- a/textproc/p5-String-Format/Makefile
+++ b/textproc/p5-String-Format/Makefile
@@ -15,4 +15,6 @@ LICENSE_FILE= ${WRKSRC}/README
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>