summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-15 19:26:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-15 19:26:39 +0000
commit83037c0e8c0e7d076131e0e34d6cd460bcec33a7 (patch)
tree93d83aa72db8b4a11b1eb140093f1dafc3c48856 /mail/thunderbird-esr/files
parentUpdate from the 2003-08-04 to the 2003-10-13 snapshot which essentially (diff)
* Update to 0.3
* Remove GTK1 support See the Thunderbird release notes at http://www.mozilla.org/projects/thunderbird/release-notes.html for a list of what's new and what's changed.
Notes
Notes: svn path=/head/; revision=91350
Diffstat (limited to 'mail/thunderbird-esr/files')
-rw-r--r--mail/thunderbird-esr/files/mozconfig.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/thunderbird-esr/files/mozconfig.in b/mail/thunderbird-esr/files/mozconfig.in
index 3c3106b11d54..25aec5d460a6 100644
--- a/mail/thunderbird-esr/files/mozconfig.in
+++ b/mail/thunderbird-esr/files/mozconfig.in
@@ -16,6 +16,7 @@ ac_add_options --disable-profilesharing
ac_add_options --enable-extensions=wallet,spellcheck
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
ac_add_options --enable-image-decoders=png,gif,jpeg
+ac_add_options --enable-default-toolkit=gtk2
######################################################################
# FBSD specific
export CPPFLAGS="@CPPFLAGS@"
@@ -61,9 +62,4 @@ if test -z "$WITHOUT_XFT"; then
else
ac_add_options --disable-xft
fi # test -z "$WITHOUT_XFT"
-if test -n "$WITH_GTK2"; then
- ac_add_options --enable-default-toolkit=gtk2
-else
- ac_add_options --enable-default-toolkit=gtk
-fi # test -n "$WITH_GTK2"
######################################################################