diff options
| author | richo | 2012-03-23 01:26:06 +1100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-22 07:53:42 -0700 |
| commit | 17c415a43f2ed36272fa064c6fea44db94b13eb5 (patch) | |
| tree | 4d38d46110cd695a3a393dc0fb8dcd8d2f070f5e | |
| parent | 349458786f0e32a39672e8113f7346f35c47a569 (diff) | |
| download | homebrew-17c415a43f2ed36272fa064c6fea44db94b13eb5.tar.bz2 | |
vimpc: remove redundant automake dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/vimpc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb index 7f257f0bf..ab25b1c02 100644 --- a/Library/Formula/vimpc.rb +++ b/Library/Formula/vimpc.rb @@ -10,7 +10,6 @@ class Vimpc < Formula depends_on 'pkg-config' => :build depends_on 'pcre++' depends_on 'libmpdclient' - depends_on "automake" if ARGV.build_head? and MacOS.xcode_version >= "4.3" if ARGV.build_head? and MacOS.xcode_version >= "4.3" depends_on "automake" => :build |
