diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-02-23 13:06:57 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-02-23 13:06:57 +0000 |
commit | 3604afa653ee9bbd549810a9482b2183bff84190 (patch) | |
tree | 1e14980d8987855059bdbfa640ec627fe61a5d08 /www/firefox | |
parent | 62dd0346796ecf87de60f4843e9da91ed4ee0393 (diff) | |
download | ports-3604afa653ee9bbd549810a9482b2183bff84190.tar.gz ports-3604afa653ee9bbd549810a9482b2183bff84190.zip |
Notes
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" |