diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-23 12:54:59 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-23 12:54:59 +0800 |
commit | 25b72e4357594691dd303d6f9638e0c22a4e453d (patch) | |
tree | 4e2b77c5df112199bf0d3b38ac1a8bec19f514a6 /www/firefox10/files | |
parent | 8ab03adf36f8f1f17f4800750a1d972ed318af4e (diff) | |
download | marcuscom-ports-25b72e4357594691dd303d6f9638e0c22a4e453d.tar.gz marcuscom-ports-25b72e4357594691dd303d6f9638e0c22a4e453d.tar.zst marcuscom-ports-25b72e4357594691dd303d6f9638e0c22a4e453d.zip |
- Convert the rest of mozconfig.in to port vars.
- Add support for optional extensions in mozilla and seamonkey
- Add support for <canvas> in firefox [1]
- Add 3 new vars
MOZ_EXTENSIONS Override "default" extensions
MOZ_GRAPHICS Override "default" graphics decoders
MOZ_PROTOCOLS Override "default" protocol
[1] I hesitated adding this but it is default on for fedora, suse, gentoo
see http://developer.mozilla.org/en/docs/Category:HTML:Canvas for
more details
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5189 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox10/files')
-rw-r--r-- | www/firefox10/files/mozconfig.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in deleted file mode 100644 index c4e584980..000000000 --- a/www/firefox10/files/mozconfig.in +++ /dev/null @@ -1,10 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -# $MCom: ports/www/firefox/files/mozconfig.in,v 1.9 2005/11/12 02:06:57 ahze Exp $ -###################################################################### -ac_add_options --enable-application=browser -ac_add_options --enable-svg-renderer=cairo -ac_add_options --enable-system-cairo -# 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 |