aboutsummaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-02-23 13:06:57 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-02-23 13:06:57 +0000
commit3604afa653ee9bbd549810a9482b2183bff84190 (patch)
tree1e14980d8987855059bdbfa640ec627fe61a5d08 /www/firefox
parent62dd0346796ecf87de60f4843e9da91ed4ee0393 (diff)
downloadports-3604afa653ee9bbd549810a9482b2183bff84190.tar.gz
ports-3604afa653ee9bbd549810a9482b2183bff84190.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
Notes
Notes: svn path=/head/; revision=312810
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile2
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"