aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-07-08 14:06:41 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-07-08 14:08:39 +0000
commit43e5a58d4753d03e5ec6678792775fa49d939c91 (patch)
tree966758a53927025b3a0df6d288d3552619e1585e /Mk
parent0a95d77901e75176a71c385b066a69b7c120fa49 (diff)
downloadports-43e5a58d4753d03e5ec6678792775fa49d939c91.tar.gz
ports-43e5a58d4753d03e5ec6678792775fa49d939c91.zip
www/firefox: update to 90.0 (rc1)
Release Notes (soon): https://www.mozilla.org/en-US/firefox/90.0beta/releasenotes/ With this version, gtk2 is not required anymore. (cherry picked from commit 3ce47693f7215e3d0948b202fa571cc45066a51f)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index db118dc96b85..023140b8b050 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -64,7 +64,10 @@ USES+= compiler:c++17-lang cpe gl gmake gnome iconv localbase perl5 pkgconfig \
python:3.6+,build desktop-file-utils
CPE_VENDOR?=mozilla
USE_GL= gl
-USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30
+USE_GNOME= cairo gdkpixbuf2 gtk30
+.if ${MOZILLA_VER:R:R} < 90
+USE_GNOME+= gtk20
+.endif
USE_PERL5= build
USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrender xt
HAS_CONFIGURE= yes