svn commit: r410508 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Mon Mar 7 08:25:19 UTC 2016


Author: jbeich
Date: Mon Mar  7 08:25:18 2016
New Revision: 410508
URL: https://svnweb.freebsd.org/changeset/ports/410508

Log:
  www/firefox: switch to GTK3 by default

Modified:
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Mon Mar  7 07:59:20 2016	(r410507)
+++ head/www/firefox/Makefile	Mon Mar  7 08:25:18 2016	(r410508)
@@ -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
 		--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


More information about the svn-ports-all mailing list