From 0bf9bb8273f4d5e562c8ffd6c28d0873c18c58ad Mon Sep 17 00:00:00 2001 From: marcus 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/firefox36/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox36') diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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