diff options
Diffstat (limited to 'Library/Formula/mobile-shell.rb')
| -rw-r--r-- | Library/Formula/mobile-shell.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index bafd9148c..79c7f7c1c 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -10,6 +10,7 @@ class MobileShell < Formula    # Needs new autoconf for correct AC_C_RESTRICT macro    # See: https://github.com/keithw/mosh/issues/241    depends_on 'autoconf' => :build if build.head? +  depends_on 'automake' => :build if build.head?    depends_on 'pkg-config' => :build    depends_on 'protobuf'  | 
