summaryrefslogtreecommitdiff
path: root/www/waterfox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/waterfox/Makefile')
-rw-r--r--www/waterfox/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile
index ca094e9fc62c..143c85cfbffe 100644
--- a/www/waterfox/Makefile
+++ b/www/waterfox/Makefile
@@ -1,5 +1,5 @@
PORTNAME= waterfox
-DISTVERSION= 6.6.0-beta-3
+DISTVERSION= 6.6.2
PORTEPOCH= 1
CATEGORIES= www
@@ -31,7 +31,7 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \
USE_GECKO= gecko
USE_GITHUB= yes
GH_ACCOUNT= BrowserWorks
-GH_TUPLE= BrowserWorks:l10n:39f141a:l10n/waterfox/browser/locales
+GH_TUPLE= BrowserWorks:l10n:394dfec:l10n/waterfox/browser/locales
USE_MOZILLA= -sqlite
# work around bindgen not finding ICU, e.g.
# dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true
@@ -70,14 +70,10 @@ MOZ_OPTIONS= --enable-application=browser \
.include <bsd.port.options.mk>
-.if ${ARCH} == i386
-BUILD_DEPENDS+= node${NODEJS_VERSION}>=24:www/node${NODEJS_VERSION}
-USES+= nodejs:24,build,env
-. if ${MACHINE_CPU:Msse2}
+.if ${ARCH} == i386 && ${MACHINE_CPU:Msse2}
# is not enabled on i386 by default
# Fix for error: always_inline function '_mm_setzero_si64' requires target feature 'sse2'
CFLAGS_i386+= -msse2
-. endif
.endif
.if ${ARCH} == amd64