diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:37:12 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:37:12 +0000 |
commit | 989f0bb2b39adb2ff4953166e241c1c7d698eb7c (patch) | |
tree | 6ff1799bd072487e6e2d3fa6f856a57bf302f712 /textproc | |
parent | 48d580b3b2beb9d03b17edde420fccd845c66f43 (diff) | |
download | ports-989f0bb2b39adb2ff4953166e241c1c7d698eb7c.tar.gz ports-989f0bb2b39adb2ff4953166e241c1c7d698eb7c.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-SVG-Parser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-SVG-Parser/Makefile b/textproc/p5-SVG-Parser/Makefile index f75e9708dd59..629d16b24c4f 100644 --- a/textproc/p5-SVG-Parser/Makefile +++ b/textproc/p5-SVG-Parser/Makefile @@ -18,7 +18,9 @@ RUN_DEPENDS= p5-SVG>=2:textproc/p5-SVG \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-SAX>=0:textproc/p5-XML-SAX -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk> |