aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-01-08 12:17:48 +0800
committerjbeich <jbeich@FreeBSD.org>2016-01-08 12:17:48 +0800
commita105a9eec709bcb81b88fde6f55a7b3592d2a840 (patch)
treefc72b84069eafeeec543692d94b46f3a0054284e /www/firefox
parentd9ba251d1225debc3ec6e10645c3270ff9255be8 (diff)
downloadfreebsd-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/Makefile3
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