diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-01-20 08:32:20 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-01-20 08:32:20 +0000 |
commit | d37185e8c2c95cd0898c73128db1129950c9a5ac (patch) | |
tree | 39478e04a4c37fe60d379c8a903b1141a1a47557 /www/firefox/Makefile | |
parent | 742b93356981580221e4b905bbc8906ea09eed3f (diff) |
www/firefox: backport fix for high CPU usage in OSS backend
Requested by: Ka Ho Ng
Notes
Notes:
svn path=/head/; revision=562119
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 b13f2d8a8c01..b59b12c41717 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 85.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |