summaryrefslogtreecommitdiff
path: root/www/librewolf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/librewolf/Makefile')
-rw-r--r--www/librewolf/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile
index 269a3d6694d1..9755ac501a2e 100644
--- a/www/librewolf/Makefile
+++ b/www/librewolf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= librewolf
-DISTVERSION= 141.0
+DISTVERSION= 141.0.3
LWPATCH= -1
DISTVERSIONSUFFIX= ${LWPATCH}.source
CATEGORIES= www wayland
@@ -72,14 +72,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