diff --git a/development/compiling/compiling_for_ios.rst b/development/compiling/compiling_for_ios.rst
index 4cbdf66e3..bee79927b 100644
--- a/development/compiling/compiling_for_ios.rst
+++ b/development/compiling/compiling_for_ios.rst
@@ -8,7 +8,8 @@ Compiling for iOS
Requirements
------------
-- SCons 3.0+ (you can install it via Homebrew or Macports, you should be able
+- SCons 3.0+ (you can install it via `Homebrew `_ or
+ `MacPorts `_, you should be able
to run ``scons`` in a terminal when installed).
- Xcode 11.0 (or later) with the iOS (13.0) SDK and the command line tools.
diff --git a/development/compiling/compiling_for_osx.rst b/development/compiling/compiling_for_osx.rst
index 03545298c..5744085ee 100644
--- a/development/compiling/compiling_for_osx.rst
+++ b/development/compiling/compiling_for_osx.rst
@@ -29,6 +29,12 @@ For compiling under macOS, the following is required:
Installing Homebrew will also fetch the Command Line Tools
for Xcode automatically if you don't have them already.
+ Similarly, if you have `MacPorts `_
+ installed, you can easily install SCons and yasm using the
+ following command::
+
+ sudo port install scons yasm
+
.. seealso:: For a general overview of SCons usage for Godot, see
:ref:`doc_introduction_to_the_buildsystem`.
diff --git a/tutorials/i18n/localization_using_gettext.rst b/tutorials/i18n/localization_using_gettext.rst
index 12811d877..265f1fc88 100644
--- a/tutorials/i18n/localization_using_gettext.rst
+++ b/tutorials/i18n/localization_using_gettext.rst
@@ -53,8 +53,10 @@ install them.
`this page `_.
Any architecture and binary type (shared or static) works;
if in doubt, choose the 64-bit static installer.
-- **macOS:** Use `Homebrew `_ to install gettext with the
- ``brew install gettext`` command.
+- **macOS:** Install gettext either using `Homebrew `_
+ with the ``brew install gettext`` command, or using
+ `MacPorts `_ with the
+ ``sudo port install gettext`` command.
- **Linux:** On most distributions, install the ``gettext`` package from
your distribution's package manager.