diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-28 00:51:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-28 00:51:58 +0000 |
commit | b18bfe20763cad5c0ccbb4d65a2c21b9fce3cd92 (patch) | |
tree | a5c2f71b53741700d64b54e5ed12ab71016fa830 /www/firefox/files/mozconfig.in | |
parent | Make fetchable. (diff) |
- Remove WITH_NEW_ICON knob
- Mozilla license team has approved the FreeBSD Gnome team to
use official branding for firefox and thunderbird [1]
o Add --enable-official-branding to mozconfig
o Install official thunderbird/firefox icon as default.xpm icon
- Fix error when running firefox/thunderbird -v [2]
- Bump PORTREVISION
References:
http://www.mozilla.org/foundation/licensing.html [1]
http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1]
PR: ports/75262 [2]
Submitted by: girgen [2]
Diffstat (limited to 'www/firefox/files/mozconfig.in')
-rw-r--r-- | www/firefox/files/mozconfig.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox/files/mozconfig.in b/www/firefox/files/mozconfig.in index a2c8dccba3ac..a354709bf72a 100644 --- a/www/firefox/files/mozconfig.in +++ b/www/firefox/files/mozconfig.in @@ -9,6 +9,9 @@ ac_add_options --disable-tests ac_add_options --disable-mailnews ac_add_options --disable-composer ac_add_options --enable-default-toolkit=gtk2 +# See the following URL for approval email for using official branding +# http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt +ac_add_options --enable-official-branding ###################################################################### # FBSD specific export CPPFLAGS="@CPPFLAGS@" |