diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-08 17:49:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-08 17:49:22 +0000 |
commit | 3c367c7214eab53c33b49e3f1b372111f13b83ab (patch) | |
tree | 38ba035564ee24627776e5cc2b9bd93dffe0f15f /textproc/p5-pod2pdf | |
parent | d33da881cdc886328ff0eb00ae1c9f05fb8245cb (diff) |
Notes
Diffstat (limited to 'textproc/p5-pod2pdf')
-rw-r--r-- | textproc/p5-pod2pdf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-pod2pdf/Makefile b/textproc/p5-pod2pdf/Makefile index 08ea39ad1d76..e9ed500d668a 100644 --- a/textproc/p5-pod2pdf/Makefile +++ b/textproc/p5-pod2pdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= pod2pdf PORTVERSION= 0.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JONALLEN @@ -13,9 +13,10 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Converts POD to PDF format BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-PDF-API2>=0.60:textproc/p5-PDF-API2 \ +RUN_DEPENDS= p5-Getopt-ArgvFile>0:devel/p5-Getopt-ArgvFile \ + p5-PDF-API2>=0.60:textproc/p5-PDF-API2 \ p5-Pod-Escapes>0:textproc/p5-Pod-Escapes \ - p5-Getopt-ArgvFile>0:devel/p5-Getopt-ArgvFile + ${P5_POD_PARSER} USES= perl5 USE_PERL5= configure |