diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-31 03:59:24 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-31 03:59:24 +0800 |
commit | ac610fdb227537781ab3123db97d513894894d05 (patch) | |
tree | d244b1d445893693777ef4979869062246834349 | |
parent | 1a5a034a508b1d4a26d844cec2a3c51452883963 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |