diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py
index 4b60ab8259..08c6549e69 100644
--- a/network/web/firefox/actions.py
+++ b/network/web/firefox/actions.py
@@ -21,8 +21,10 @@ ver = ".".join(get.srcVERSION().split(".")[:3])
jobs = jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
shelltools.export("SHELL", "/bin/sh")
-shelltools.export("MACH_USE_SYSTEM_PYTHON", "1")
-shelltools.export("MOZBUILD_STATE_PATH", "mozbuild")
+# shelltools.export("MACH_USE_SYSTEM_PYTHON", "1")
+shelltools.system("export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE='system'")
+shelltools.system("export MOZBUILD_STATE_PATH='mozbuild'")
+# shelltools.export("MOZBUILD_STATE_PATH", "mozbuild")
def setup():
diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml
index 9eabffc64f..925390a117 100644
--- a/network/web/firefox/pspec.xml
+++ b/network/web/firefox/pspec.xml
@@ -15,7 +15,7 @@
app:gui
Firefox Web Browser
It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.
- https://ftp.mozilla.org/pub/firefox/releases/115.0.2/source/firefox-115.0.2.source.tar.xz
+ https://ftp.mozilla.org/pub/firefox/releases/116.0/source/firefox-116.0.source.tar.xz
@@ -54,6 +54,7 @@
python-devel
sqlite-devel
python3-devel
+ python3-psutil
hunspell-devel
alsa-lib-devel
libevent-devel
@@ -562,6 +563,13 @@
+
+ 2023-07-31
+ 116.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-07-11
115.0.2