vimpc: remove redundant automake dependency

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
richo 2012-03-23 01:26:06 +11:00 committed by Adam Vandenberg
parent c7c5c2a892
commit 776a5b9e96

View file

@ -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