diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-07 08:25:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-07 08:25:18 +0000 |
commit | b3f8912f1974e43734c8c5f781e979eeaf4d108c (patch) | |
tree | a3e5b92b062b78d9d7eea39432b089aa5831bbf0 /www/firefox | |
parent | f3cb9cc2b0498bdc82595737b9ef966f62d589c5 (diff) | |
download | ports-b3f8912f1974e43734c8c5f781e979eeaf4d108c.tar.gz ports-b3f8912f1974e43734c8c5f781e979eeaf4d108c.zip |
Notes
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 8b23491519bf..f18d15417a7a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.0 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= BUNDLED_CAIRO GTK2 +OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 |