1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Use ${PERL_LEVEL} < 500600 rather than ${OSVERSION} < 500000.

Submitted by:	Jeremy Prior <jez@netcraft.com>
This commit is contained in:
Jun Kuriyama 2003-06-19 11:37:25 +00:00
parent b06084b127
commit dcafd19b04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83307

View File

@ -25,7 +25,7 @@ post-patch:
.include <bsd.port.mk>
.if ${OSVERSION} < 500000 && !exists(${SITE_PERL}/File/Spec.pm)
.if ${PERL_LEVEL} < 500600 && !exists(${SITE_PERL}/File/Spec.pm)
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif