mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use ${PERL_LEVEL} < 500600 rather than ${OSVERSION} < 500000.
Submitted by: Jeremy Prior <jez@netcraft.com>
This commit is contained in:
parent
b06084b127
commit
dcafd19b04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83307
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue