summaryrefslogtreecommitdiff
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-05-13 23:55:28 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-05-13 23:55:28 +0000
commit2491d7944a6893722c566778e5f5e1d4a16e79e1 (patch)
tree068656cab0c24bfa70417835b09311139b9fe9f5 /Mk/bsd.gecko.mk
parentemulators/rpcs3: update to 0.0.6.8094 (diff)
www/firefox: update to 67.0
Changes: https://www.mozilla.org/firefox/67.0/releasenotes/ PR: 236651 Security: 44b6dfbf-4ef7-4d52-ad52-2b1b05d81272 MFH: 2019Q2 Differential Revision: https://reviews.freebsd.org/D19654
Notes
Notes: svn path=/head/; revision=501604
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 384847dd360a..693239da094f 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -355,7 +355,7 @@ MOZ_OPTIONS+= --enable-debug --disable-release
STRIP= # ports/184285
.else
MOZ_OPTIONS+= --disable-debug --disable-debug-symbols --enable-release
-. if ${MOZILLA_VER:R:R} >= 67 && (${ARCH:Maarch64} || ${MACHINE_CPU:Msse2})
+. if ${MOZILLA_VER:R:R} >= 68 && (${ARCH:Maarch64} || ${MACHINE_CPU:Msse2})
MOZ_OPTIONS+= --enable-rust-simd
. endif
.endif