summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmacosx-setup.sh19
1 files changed, 8 insertions, 11 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index f260095969..a5aa2ef137 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -72,6 +72,14 @@ CMAKE_VERSION=${CMAKE_VERSION-2.8.12.2}
GETTEXT_VERSION=0.18.2
GLIB_VERSION=2.36.0
PKG_CONFIG_VERSION=0.28
+#
+# libgpg-error is required for libgcrypt.
+#
+LIBGPG_ERROR_VERSION=1.27
+#
+# libgcrypt is required.
+#
+LIBGCRYPT_VERSION=1.7.7
#
# One or more of the following libraries are required to build Wireshark.
@@ -120,17 +128,6 @@ fi
# the optional libraries are required by other optional libraries.
#
LIBSMI_VERSION=0.4.8
-#
-# libgpg-error is required for libgcrypt.
-#
-LIBGPG_ERROR_VERSION=1.27
-#
-# libgcrypt is required.
-#
-LIBGCRYPT_VERSION=1.7.7
-#
-# GnuTLS is optional.
-#
GNUTLS_VERSION=3.4.17
if [ "$GNUTLS_VERSION" ]; then
#