diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 16:48:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 16:48:41 +0000 |
commit | 8aceb315c504e066e25099fefb52df69bef8f7dd (patch) | |
tree | c630c097210c894bc317e215eb9cc67d9b481252 /textproc/p5-Text-Table | |
parent | 87a623313fc0c2e12804c220a64871cf7368f05f (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Table')
-rw-r--r-- | textproc/p5-Text-Table/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile index 995193335fea..40be6d854576 100644 --- a/textproc/p5-Text-Table/Makefile +++ b/textproc/p5-Text-Table/Makefile @@ -13,7 +13,8 @@ COMMENT= Organize Data in Tables BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner RUN_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Table.3 |