diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-14 08:38:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-14 08:38:48 +0800 |
commit | 0bf9bb8273f4d5e562c8ffd6c28d0873c18c58ad (patch) | |
tree | 1621c4279711f1d32f130374d54109ec4895c227 /www/firefox10 | |
parent | 429a8ae39cdc9b78c11d50609a94a68306bb3aaf (diff) | |
download | freebsd-ports-gnome-0bf9bb8273f4d5e562c8ffd6c28d0873c18c58ad.tar.gz freebsd-ports-gnome-0bf9bb8273f4d5e562c8ffd6c28d0873c18c58ad.tar.zst freebsd-ports-gnome-0bf9bb8273f4d5e562c8ffd6c28d0873c18c58ad.zip |
Check PERL_LEVEL and not OSVERSION when deciding if we need to use the extra
patch to fix the build.
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |