diff options
author | delphij <delphij@FreeBSD.org> | 2007-11-29 09:37:39 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-11-29 09:37:39 +0800 |
commit | bc12c962fd4f80c4806b182b48233ea8fd9b3852 (patch) | |
tree | 0c020988d3c22b934ef68d825929b9f46adc5109 /www/firefox/Makefile | |
parent | 7b4308f718943c46452e830597bab217992b79f6 (diff) | |
download | freebsd-ports-gnome-bc12c962fd4f80c4806b182b48233ea8fd9b3852.tar.gz freebsd-ports-gnome-bc12c962fd4f80c4806b182b48233ea8fd9b3852.tar.zst freebsd-ports-gnome-bc12c962fd4f80c4806b182b48233ea8fd9b3852.zip |
Fix a regression on firefox 2.0.0.10, as described in Mozilla bug 405584,
affecting canvas rendering.
Obtained from: https://bugzilla.mozilla.org/attachment.cgi?id=284556
Approved by: portmgr (marcus)
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index aac7df1ee3fc..bfa0a1396acb 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,6 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |