PERL_LEVEL < 500601 instead of <=

This commit is contained in:
Edwin Groothuis 2003-02-12 10:13:15 +00:00
parent eed8704e6f
commit 99bc2241ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75361

View file

@ -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