From dcafd19b044a47ef2e010a82c57142ff71c5a1d4 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 19 Jun 2003 11:37:25 +0000 Subject: [PATCH] Use ${PERL_LEVEL} < 500600 rather than ${OSVERSION} < 500000. Submitted by: Jeremy Prior --- www/p5-HTML-Template/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile index 8ac45eec6c81..fdc43532a3d8 100644 --- a/www/p5-HTML-Template/Makefile +++ b/www/p5-HTML-Template/Makefile @@ -25,7 +25,7 @@ post-patch: .include -.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