1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Mk/bsd.gecko.mk: remove references to old versions

after 737c941d23 (mail/thunderbird)
and c58401d4dd (www/firefox-esr), the
need for supporting gecko 78 is gone, do some cleanup.
This commit is contained in:
Christoph Moench-Tegeder 2021-11-04 22:23:28 +01:00
parent 2b72a114a7
commit a00ebad264

View File

@ -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}" \