diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-01-08 12:17:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-01-08 12:17:48 +0800 |
commit | a105a9eec709bcb81b88fde6f55a7b3592d2a840 (patch) | |
tree | fc72b84069eafeeec543692d94b46f3a0054284e /www/firefox | |
parent | d9ba251d1225debc3ec6e10645c3270ff9255be8 (diff) | |
download | freebsd-ports-gnome-a105a9eec709bcb81b88fde6f55a7b3592d2a840.tar.gz freebsd-ports-gnome-a105a9eec709bcb81b88fde6f55a7b3592d2a840.tar.zst freebsd-ports-gnome-a105a9eec709bcb81b88fde6f55a7b3592d2a840.zip |
www/firefox: enable BUNDLED_CAIRO per r393805
Electrolysis is going to require OMTC which had stability issues with
system Cairo. To avoid trainwreck let's get more exposure.
https://wiki.mozilla.org/Electrolysis#Schedule
PR: 202174 (ping)
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 0497d0d7a754..9d9cbf8e281f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 43.0.4 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -49,7 +50,7 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ --enable-official-branding OPTIONS_EXCLUDE= GSTREAMER LOGGING -OPTIONS_DEFAULT= GTK2 +OPTIONS_DEFAULT= BUNDLED_CAIRO GTK2 OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 |