aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:51 +0000
commit69cd8f223dce9f6c4cad23dc279092ac580ab90c (patch)
treec4ccf232ead959bf33797479f1224e247074554d
parent7f0c98b5089767463c2543f441ddcd3251b17669 (diff)
downloadports-69cd8f223dce9f6c4cad23dc279092ac580ab90c.tar.gz
ports-69cd8f223dce9f6c4cad23dc279092ac580ab90c.zip
textproc/p5-Plucene-Analysis-CJKAnalyzer: Add NO_ARCH
-rw-r--r--textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
index 9293b36c53c7..7df993a7e949 100644
--- a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
+++ b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
@@ -18,7 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Plucene>=0:textproc/p5-Plucene
TEST_DEPENDS= p5-YAML>=0:textproc/p5-YAML
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>