diff options
-rw-r--r-- | www/firefox-devel/Makefile | 2 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox10/Makefile | 2 | ||||
-rw-r--r-- | www/firefox15/Makefile | 2 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 2 | ||||
-rw-r--r-- | www/firefox35/Makefile | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 2 | ||||
-rw-r--r-- | www/flock/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/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 diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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 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 diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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 diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/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 diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/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 diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/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 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 diff --git a/www/flock/Makefile b/www/flock/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/flock/Makefile +++ b/www/flock/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 |