Skip to content

Commit

Permalink
vimpc: remove redundant automake dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
richo authored and adamv committed Mar 22, 2012
1 parent 3494587 commit 17c415a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Formula/vimpc.rb
Expand Up @@ -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
Expand Down

0 comments on commit 17c415a

Please sign in to comment.