git: a00ebad2641e - main - Mk/bsd.gecko.mk: remove references to old versions

From: Christoph Moench-Tegeder <cmt_at_FreeBSD.org>
Date: Thu, 04 Nov 2021 21:24:54 UTC
The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a00ebad2641ecbfc149baebd367523d821516d9d

commit a00ebad2641ecbfc149baebd367523d821516d9d
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2021-11-04 21:23:28 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2021-11-04 21:23:28 +0000

    Mk/bsd.gecko.mk: remove references to old versions
    
    after 737c941d23dabb27ac2c98d0c8473400924c5905 (mail/thunderbird)
    and c58401d4dda5bdd2d9bd9b50ee45b3d8db54f3b3 (www/firefox-esr), the
    need for supporting gecko 78 is gone, do some cleanup.
---
 Mk/bsd.gecko.mk | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index bd29efe9cad0..73c2594d1599 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -65,9 +65,6 @@ USES+=		compiler:c++17-lang cpe gl gmake gnome iconv localbase perl5 pkgconfig \
 CPE_VENDOR?=mozilla
 USE_GL=		gl
 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
@@ -82,12 +79,8 @@ BUILD_DEPENDS+=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
 				${RUST_DEFAULT}>=1.56.0:lang/${RUST_DEFAULT} \
 				node:www/node
 LIB_DEPENDS+=	libdrm.so:graphics/libdrm
-.if ${MOZILLA_VER:R:R} >= 85
 RUN_DEPENDS+=	${LOCALBASE}/lib/libpci.so:devel/libpci
-.endif
-.if ${MOZILLA_VER:R:R} >= 90
 LIB_DEPENDS+=	libepoll-shim.so:devel/libepoll-shim
-.endif
 MOZ_EXPORT+=	${CONFIGURE_ENV} \
 				PERL="${PERL}" \
 				PYTHON3="${PYTHON_CMD}" \