diff options
author | tnn <tnn@pkgsrc.org> | 2009-04-21 15:20:13 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-04-21 15:20:13 +0000 |
commit | 1abb6334297da5e91162cae1223dd4ed96a53a82 (patch) | |
tree | 36414643ee3d01ff7d911581773abcd2913d6072 /www | |
parent | 037559b791bc0644d3836c4ab00be4966ac13b28 (diff) | |
download | pkgsrc-1abb6334297da5e91162cae1223dd4ed96a53a82.tar.gz |
MESSAGE is no longer relevant
Bump PKGREVISION due to change in startup script.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox3/MESSAGE | 9 | ||||
-rw-r--r-- | www/firefox3/Makefile | 4 |
2 files changed, 2 insertions, 11 deletions
diff --git a/www/firefox3/MESSAGE b/www/firefox3/MESSAGE deleted file mode 100644 index e1b317ff009..00000000000 --- a/www/firefox3/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2008/09/19 09:29:45 tnn Exp $ - -If you experience font rendering problems with this package, try increasing -the process's limit for open file descriptors by running e.g.: - - $ ulimit -n 256 - -=========================================================================== diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 0acfd2cfaa8..9bb2a811c68 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2009/04/21 13:08:37 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2009/04/21 15:20:13 tnn Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Lightweight gecko-based web browser MOZILLA_USE_GTK2= # yes |