From 8bba35f0d9478e282b78f90c3ea0e7ed8e1d600c Mon Sep 17 00:00:00 2001 From: LivHere Date: Sun, 9 Oct 2016 03:54:20 -0700 Subject: [PATCH] gsasl: Fix audit --strict expression order. (#5670) --- Formula/gsasl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gsasl.rb b/Formula/gsasl.rb index 2826f93347a47..98b6fbfd0b606 100644 --- a/Formula/gsasl.rb +++ b/Formula/gsasl.rb @@ -5,8 +5,6 @@ class Gsasl < Formula mirror "https://ftp.gnu.org/gsasl/gsasl-1.8.0.tar.gz" sha256 "310262d1ded082d1ceefc52d6dad265c1decae8d84e12b5947d9b1dd193191e5" - depends_on "libntlm" => :optional - bottle do cellar :any rebuild 2 @@ -17,6 +15,8 @@ class Gsasl < Formula sha256 "5585b8bddf849b2b4b3f67da253c97556bfa526b8345006595cdefddf3385dd5" => :mountain_lion end + depends_on "libntlm" => :optional + def install system "./configure", "--disable-dependency-tracking", "--with-gssapi-impl=mit",