From 6e27329f117b00c9966f838e8749b1ccf03090b5 Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke <marcus@FreeBSD.org>
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-devel/Makefile  | 2 +-
 www/firefox-esr/Makefile    | 2 +-
 www/firefox/Makefile        | 2 +-
 www/firefox10/Makefile      | 2 +-
 www/firefox15/Makefile      | 2 +-
 www/firefox3-devel/Makefile | 2 +-
 www/firefox35/Makefile      | 2 +-
 www/firefox36/Makefile      | 2 +-
 www/flock/Makefile          | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

(limited to 'www')

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
 
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0