aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2019-09-05 19:25:53 +0800
committerjbeich <jbeich@FreeBSD.org>2019-09-05 19:25:53 +0800
commitd2fa95d5d10fd78d8729be4c8bf65dc4b83902a2 (patch)
tree3f349fc6b46ea29355f9c740a79dce6156c983f6 /www/firefox/Makefile
parentd3c2a4841e1381b1169795e0ade19141fcef2253 (diff)
downloadfreebsd-ports-gnome-d2fa95d5d10fd78d8729be4c8bf65dc4b83902a2.tar.gz
freebsd-ports-gnome-d2fa95d5d10fd78d8729be4c8bf65dc4b83902a2.tar.zst
freebsd-ports-gnome-d2fa95d5d10fd78d8729be4c8bf65dc4b83902a2.zip
gecko: don't require gconf on non-Gnome2 desktops
Take advantage of lazy bindings by not requiring runtime dependency. DBus is required under Wayland (Gecko-specific) and for MIME handling but GConf2 is useless outside of Gnome2. So, only use GConf2 if it's already installed (similar to PulseAudio). PR: 240323
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 74b896a06393..d877c1a420d7 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 69.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \