From 6e27329f117b00c9966f838e8749b1ccf03090b5 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 14 Oct 2004 00:38:48 +0000 Subject: Check PERL_LEVEL and not OSVERSION when deciding if we need to use the extra patch to fix the build. --- www/firefox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox/Makefile') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb IGNORE= "core dumps on alpha during post-build" .endif -.if ${OSVERSION} < 500000 +.if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif -- cgit v1.2.3