diff options
author | beat <beat@FreeBSD.org> | 2012-06-07 03:36:51 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-06-07 03:36:51 +0800 |
commit | 5d25a1e622588c50a8722388262a742575302686 (patch) | |
tree | 38f95cc5ee4fa59a399362993e4888642cfe132f /www/firefox | |
parent | d670e9a9c82fa2e02e95ad9884acf62abc14e79e (diff) | |
download | freebsd-ports-gnome-5d25a1e622588c50a8722388262a742575302686.tar.gz freebsd-ports-gnome-5d25a1e622588c50a8722388262a742575302686.tar.zst freebsd-ports-gnome-5d25a1e622588c50a8722388262a742575302686.zip |
- Firefox 13.0 builds fine on FreeBSD 8.x with base GCC
Reported by: Adam McDougall <mcdouga9 AT egr.msu.edu>
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e26ca82133c6..e571ca3fce7f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -58,7 +58,7 @@ OPTIONS= DBUS "Enable D-BUS support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} > 800000 +.if ${OSVERSION} > 900000 USE_GCC= 4.6+ .endif |