diff options
| author | Jack Nagel | 2014-12-04 12:01:27 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 13:37:04 -0500 |
| commit | f6691f25b6177b11d468c729da0cb6c182606b84 (patch) | |
| tree | 9fcf5a81ad79156188602d8c992e4b79ccb1595a /Library/Formula | |
| parent | 70cd848ae130816c90775eb825f7ddc5a371c390 (diff) | |
| download | homebrew-f6691f25b6177b11d468c729da0cb6c182606b84.tar.bz2 | |
vcprompt: modernize autotools deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vcprompt.rb | 2 |
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' |
