diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-02-19 08:33:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-02-19 08:33:47 +0800 |
commit | 57e46fb454072f579321c41a9f89a0b18c60c8b1 (patch) | |
tree | a53a76810dd67dcf82999d660206220b73dada94 /www/firefox/Makefile | |
parent | 503679e5ea8fa7b49908992eb1d5b3bb596df78a (diff) | |
download | freebsd-ports-gnome-57e46fb454072f579321c41a9f89a0b18c60c8b1.tar.gz freebsd-ports-gnome-57e46fb454072f579321c41a9f89a0b18c60c8b1.tar.zst freebsd-ports-gnome-57e46fb454072f579321c41a9f89a0b18c60c8b1.zip |
www/firefox: add one more Wayland+WebRender fix
Obtained from: upstream (Firefox 67)
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 b7d8ba1b97de..cc33257ea1ef 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 65.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |