diff options
author | flo <flo@FreeBSD.org> | 2013-02-23 21:06:57 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-02-23 21:06:57 +0800 |
commit | a83f96f424bfbb91f83126f6af75bd5a30fdb48e (patch) | |
tree | 1e14980d8987855059bdbfa640ec627fe61a5d08 /www/firefox | |
parent | 8016a12082f61c1e140179c3ef51a30d455fa88c (diff) | |
download | freebsd-ports-gnome-a83f96f424bfbb91f83126f6af75bd5a30fdb48e.tar.gz freebsd-ports-gnome-a83f96f424bfbb91f83126f6af75bd5a30fdb48e.tar.zst freebsd-ports-gnome-a83f96f424bfbb91f83126f6af75bd5a30fdb48e.zip |
We need gcc from ports here, as gcc-4.2.1 isn't supported anymore.
Submitted by: Jan Beich <jbeich@tormail.org>
Pointyhat to: flo
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 995c2d44c12e..0ff15d6e4c44 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -69,7 +69,7 @@ CFLAGS+= -mminimal-toc .endif .if ${PORT_OPTIONS:MPGO} -USE_GCC?= any +USE_GCC?= yes USE_DISPLAY= yes .include "${PORTSDIR}/Mk/bsd.python.mk" |