diff options
-rw-r--r-- | textproc/p5-Text-Table-Tiny/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-Table-Tiny/Makefile b/textproc/p5-Text-Table-Tiny/Makefile index fd173f29bfbc..b4c21ea5bca7 100644 --- a/textproc/p5-Text-Table-Tiny/Makefile +++ b/textproc/p5-Text-Table-Tiny/Makefile @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |