diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-06-06 19:36:51 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-06-06 19:36:51 +0000 |
commit | 659a2f6f43cb52514029ce4fc8b6af6be98929ff (patch) | |
tree | 9e2eadccda2aff29cc46fa20f4b90177bf4dbff6 /www/firefox/Makefile | |
parent | 49740f2c5082d48eb4fa7c8ea40d10114d7de1ee (diff) | |
download | ports-659a2f6f43cb52514029ce4fc8b6af6be98929ff.tar.gz ports-659a2f6f43cb52514029ce4fc8b6af6be98929ff.zip |
Notes
Diffstat (limited to 'www/firefox/Makefile')
-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 |