PERL_LEVEL < 500601 instead of <=
This commit is contained in:
parent
eed8704e6f
commit
99bc2241ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75361
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ MAN3= Bundle::HTML::Mason.3 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} <= 500601
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue