- Fix typo on RUN_DEPENDS line. This resulted in missed podparser dependency
on perl 5.0 Approved by: portmgr (linimon)
This commit is contained in:
parent
25d95d3497
commit
295ed4906a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118394
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ MAN3= Pod::Man.3 Pod::ParseLink.3 Pod::Text.3 Pod::Text::Color.3 \
|
|||
PLIST_SUB= PL_FILES=""
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
RUN_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
||||
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
.elif ${PERL_LEVEL} < 500802
|
||||
.undef MAN1
|
||||
|
|
Loading…
Reference in a new issue