aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:27 -0500
committerJack Nagel2014-12-04 13:37:04 -0500
commitf6691f25b6177b11d468c729da0cb6c182606b84 (patch)
tree9fcf5a81ad79156188602d8c992e4b79ccb1595a /Library/Formula
parent70cd848ae130816c90775eb825f7ddc5a371c390 (diff)
downloadhomebrew-f6691f25b6177b11d468c729da0cb6c182606b84.tar.bz2
vcprompt: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vcprompt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vcprompt.rb b/Library/Formula/vcprompt.rb
index 80e83068c..3c60b87ad 100644
--- a/Library/Formula/vcprompt.rb
+++ b/Library/Formula/vcprompt.rb
@@ -14,7 +14,7 @@ class Vcprompt < Formula
head do
url 'hg://https://bitbucket.org/gward/vcprompt'
- depends_on :autoconf
+ depends_on "autoconf" => :build
end
depends_on 'sqlite'