diff options
author | ahze <ahze@FreeBSD.org> | 2006-01-12 13:54:32 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-01-12 13:54:32 +0800 |
commit | 58df19f8da3a1a0a7b34f96acb9d6d47eb034c36 (patch) | |
tree | 1d8fdc543fa4e8abd1044b22ce0aa12a4d8a0225 /www/mozilla | |
parent | f1b30bdd676ac121c6ac5a4b5d725d5688f6c95a (diff) | |
download | freebsd-ports-gnome-58df19f8da3a1a0a7b34f96acb9d6d47eb034c36.tar.gz freebsd-ports-gnome-58df19f8da3a1a0a7b34f96acb9d6d47eb034c36.tar.zst freebsd-ports-gnome-58df19f8da3a1a0a7b34f96acb9d6d47eb034c36.zip |
- Update thunderbird to 1.5 [1]
- Remove thunderbird-devel
- Remove thunderbird from supported geckos for 4.x
Release notes: http://www.mozilla.com/thunderbird/releases/1.5.html
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 5d4ff56e2587..ffd3978785e7 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -64,9 +64,9 @@ Gecko_Pre_Include= bsd.gecko.mk # .endif .if ${OSVERSION} >= 500000 -_GECKO_ALL= firefox nvu seamonkey sunbird +_GECKO_ALL= firefox nvu seamonkey sunbird thunderbird .endif -_GECKO_ALL+= mozilla thunderbird +_GECKO_ALL+= mozilla sunbird_PORTSDIR= deskutils |