aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-11-04 21:23:28 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-11-04 21:23:28 +0000
commita00ebad2641ecbfc149baebd367523d821516d9d (patch)
treedd8c2492c746e870fd469a28dd96f9164d8de101
parent2b72a114a701d0ab0a9bf81c3fe52b70894166ae (diff)
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.
-rw-r--r--Mk/bsd.gecko.mk7
1 files changed, 0 insertions, 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}" \