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 /www/firefox-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 'www/firefox-gtk1')
-rw-r--r-- | www/firefox-gtk1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-gtk1/Makefile b/www/firefox-gtk1/Makefile index 4197f2895bb..baeca6d42ca 100644 --- a/www/firefox-gtk1/Makefile +++ b/www/firefox-gtk1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/02/27 15:15:24 taya Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/08 22:03:45 abs Exp $ MOZILLA= firefox-gtk1 +PKGREVISION= 1 COMMENT= Lightweight gecko-based web browser built with GTK1 |