aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:21 +0000
commited4a655f6f2125383566a96b0c17fba24c933830 (patch)
treed1c7dab0db670c53ab21a7b238ca2fddf90be80a
parent1358d2e0dc01524a748202204358aae0b4a40f35 (diff)
downloadports-ed4a655f6f2125383566a96b0c17fba24c933830.tar.gz
ports-ed4a655f6f2125383566a96b0c17fba24c933830.zip
textproc/p5-Solr: Add NO_ARCH
-rw-r--r--textproc/p5-Solr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Solr/Makefile b/textproc/p5-Solr/Makefile
index 792c27f54cdb..81ae9eaa088f 100644
--- a/textproc/p5-Solr/Makefile
+++ b/textproc/p5-Solr/Makefile
@@ -19,9 +19,10 @@ RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
p5-libwww>=0:www/p5-libwww
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>