aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorricho2012-03-23 01:26:06 +1100
committerAdam Vandenberg2012-03-22 07:53:42 -0700
commit17c415a43f2ed36272fa064c6fea44db94b13eb5 (patch)
tree4d38d46110cd695a3a393dc0fb8dcd8d2f070f5e
parent349458786f0e32a39672e8113f7346f35c47a569 (diff)
downloadhomebrew-17c415a43f2ed36272fa064c6fea44db94b13eb5.tar.bz2
vimpc: remove redundant automake dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/vimpc.rb1
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