diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-13 20:46:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-13 20:46:55 +0000 |
commit | 276dd421f10b1eec9b70339f0fc4a312652d5430 (patch) | |
tree | c30a9432649827de043bc8a66f186adbcbce61f8 /textproc | |
parent | 222d48aef46a8439aadc19c1ca9154f99e0443b5 (diff) | |
download | ports-276dd421f10b1eec9b70339f0fc4a312652d5430.tar.gz ports-276dd421f10b1eec9b70339f0fc4a312652d5430.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Stem-It/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-Stem-It/Makefile b/textproc/p5-Lingua-Stem-It/Makefile index cba42f191b8d..226ed894b95d 100644 --- a/textproc/p5-Lingua-Stem-It/Makefile +++ b/textproc/p5-Lingua-Stem-It/Makefile @@ -14,7 +14,9 @@ COMMENT= Porter stemming algorithm for Italian LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |