diff options
author | abs <abs> | 2005-09-08 22:03:45 +0000 |
---|---|---|
committer | abs <abs> | 2005-09-08 22:03:45 +0000 |
commit | cb26548f81723c64628b296a8810cbdff32c4a1e (patch) | |
tree | 1fdb9d84f98627ae89f530d61edc36a55dbe2415 /mail/thunderbird-gtk1 | |
parent | d4a5e48ec6f6c088c2c215c7f551e997cd7cdb1c (diff) | |
download | pkgsrc-cb26548f81723c64628b296a8810cbdff32c4a1e.tar.gz |
Update patches for mozilla applications to handle the fact that on
NetBSD the thread safe resolver is only available on __NetBSD_Version__
>= 299000900. Fixes runtime usage on NetBSD 2.1. New Versions:
- firefox-1.0.6nb2
- firefox-gtk1-1.0.6nb2
- mozilla-1.7.11nb1
- mozilla-gtk2-1.7.11nb1
- thunderbird-1.0.6nb1
- thunderbird-gtk1-1.0.6nb1
Diffstat (limited to 'mail/thunderbird-gtk1')
-rw-r--r-- | mail/thunderbird-gtk1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird-gtk1/Makefile b/mail/thunderbird-gtk1/Makefile index e8bc38e201e..892156f8ff5 100644 --- a/mail/thunderbird-gtk1/Makefile +++ b/mail/thunderbird-gtk1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/02 14:45:51 abs Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/08 22:03:45 abs Exp $ MOZILLA= thunderbird-gtk1 +PKGREVISION= 1 COMMENT= Mozilla mail client using the older GTK1 toolkit |