diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-11-22 14:25:21 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-11-22 14:25:21 +0800 |
commit | 17eb8967680ced92475448d0458e96c0a59ec912 (patch) | |
tree | f79b25c2b0369e8fb102f5028467103e4f7f4958 /www/firefox | |
parent | e85814dc42c7a46021180618f447dfc3ffd57929 (diff) | |
download | freebsd-ports-gnome-17eb8967680ced92475448d0458e96c0a59ec912.tar.gz freebsd-ports-gnome-17eb8967680ced92475448d0458e96c0a59ec912.tar.zst freebsd-ports-gnome-17eb8967680ced92475448d0458e96c0a59ec912.zip |
gecko: enable GCONF option by default
This is a build-only dependency used by default in upstream builds.
https://bugzilla.mozilla.org/show_bug.cgi?id=713827
https://bugzilla.mozilla.org/show_bug.cgi?id=1167201
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile.options | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index dd06465b15a4..e35aada6a388 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 57.0 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index d0ead5d35ec3..50ae9f1c4d96 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -4,7 +4,7 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF \ INTEGER_SAMPLES LIBPROXY \ OPTIMIZED_CFLAGS PROFILE TEST -OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS PROFILE \ +OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG GCONF OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_MULTI_AUDIO:NSNDIO} \ ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} |