diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-03-19 01:08:10 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-03-19 01:08:10 +0800 |
commit | dee73475b642f0f82f0e4fb3642cc3b10ebcf575 (patch) | |
tree | 5bebbd876adc673d26209207913112eb6ba3c180 /www/seamonkey | |
parent | 229811b3df7c7d442c8a0b428ce066b72392108a (diff) | |
download | freebsd-ports-gnome-dee73475b642f0f82f0e4fb3642cc3b10ebcf575.tar.gz freebsd-ports-gnome-dee73475b642f0f82f0e4fb3642cc3b10ebcf575.tar.zst freebsd-ports-gnome-dee73475b642f0f82f0e4fb3642cc3b10ebcf575.zip |
gecko: define same update channel as official builds
Some addons rely on app.update.channel pref to enable features. One of
those is e10srollout which controls Multiprocess Windows by default.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index f66a4beb5ba9..8d7481b88980 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.46 MOZILLA_VER= 49 # above + 3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build9/source |