diff options
| author | Joonas Kuorilehto | 2012-10-06 12:06:56 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-07 09:41:27 -0700 | 
| commit | d6617dc23da840c5f99acf932f2fa022b7dc0247 (patch) | |
| tree | 5ed872eea21b225efd06b92bf7759b9b040fa63e /Library/Formula/mobile-shell.rb | |
| parent | 223a46594ed34e206b29a4ed013cb89c05f3d9de (diff) | |
| download | homebrew-d6617dc23da840c5f99acf932f2fa022b7dc0247.tar.bz2 | |
mobile-shell: add build dependency for automake
Closes #15333.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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'  | 
