diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-01-08 04:17:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-01-08 04:17:48 +0000 |
commit | 1416c2338dc53fd370f5b9d473f5ab5132c6b198 (patch) | |
tree | fc72b84069eafeeec543692d94b46f3a0054284e /www | |
parent | aaf9b41ff087e5c00bef47cb8898d856b388a3c4 (diff) | |
download | ports-1416c2338dc53fd370f5b9d473f5ab5132c6b198.tar.gz ports-1416c2338dc53fd370f5b9d473f5ab5132c6b198.zip |
Notes
Diffstat (limited to 'www')
-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 |