vimpc: remove redundant automake dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c7c5c2a892
commit
776a5b9e96
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue