diff --git a/make-ring.py b/make-ring.py
index b94e5e48ecae0050bd9d57cdff9e870c8071bce0..f36a1f7f0a4ddd95c5b06caac093ad154e2d0e79 100755
--- a/make-ring.py
+++ b/make-ring.py
@@ -143,12 +143,12 @@ PACMAN_DEPENDENCIES = [
 
 OSX_DEPENDENCIES = [
     'autoconf', 'cmake', 'gettext', 'pkg-config', 'qt5',
-    'libtool', 'yasm', 'automake'
+    'libtool', 'yasm', 'nasm', 'automake'
 ]
 
 OSX_DEPENDENCIES_UNLINK = [
     'autoconf*', 'cmake*', 'gettext*', 'pkg-config*', 'qt*', 'qt@5.*',
-    'libtool*', 'yasm*', 'automake*', 'gnutls*', 'nettle*', 'msgpack*'
+    'libtool*', 'yasm*', 'nasm*', 'automake*', 'gnutls*', 'nettle*', 'msgpack*'
 ]
 
 IOS_DEPENDENCIES = [