diff options
author | tnn <tnn@pkgsrc.org> | 2010-03-23 12:43:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-03-23 12:43:38 +0000 |
commit | 19892882a07bfdd4518bac02a4a8786aad37f716 (patch) | |
tree | 0a033b2618371b6361cb24d41ca0153290d0cae9 /www/firefox | |
parent | f685756cd3ca270165546ac95c0fa2307e7addd9 (diff) | |
download | pkgsrc-19892882a07bfdd4518bac02a4a8786aad37f716.tar.gz |
Update to firefox-3.6.2 proper. (no changes from the beta)
Also add patch for PR pkg/42988 crash, effectively disabling all
sound support until we decide on what sound API to use.
The current dlopen() guesswork is bad, mkay.
Bump PKGREVISION for this and previous changes.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 282d822b41b..7999001d7ec 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2010/03/22 09:04:49 tnn Exp $ +# $NetBSD: Makefile,v 1.72 2010/03/23 12:43:38 tnn Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} +PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org |