diff options
| author | Jack Nagel | 2013-10-02 16:29:17 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-10-02 16:29:17 -0500 | 
| commit | 2ea796b3f59410aeeb2af29d4844ab31d1f2f7c4 (patch) | |
| tree | d7196fb9fc6eb970c3081d48752b09e979cd4443 | |
| parent | 340df912b37ee08bbb3bf16befeb1621474fb11b (diff) | |
| download | homebrew-2ea796b3f59410aeeb2af29d4844ab31d1f2f7c4.tar.bz2 | |
icarus-verilog: use spec deps
| -rw-r--r-- | Library/Formula/icarus-verilog.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/icarus-verilog.rb b/Library/Formula/icarus-verilog.rb index a75c88786..76dca32cc 100644 --- a/Library/Formula/icarus-verilog.rb +++ b/Library/Formula/icarus-verilog.rb @@ -2,11 +2,11 @@ require 'formula'  class IcarusVerilog < Formula    homepage 'http://iverilog.icarus.com/' -  head 'https://github.com/steveicarus/iverilog.git'    url 'ftp://icarus.com/pub/eda/verilog/v0.9/verilog-0.9.7.tar.gz'    sha1 '714c2a605779957490cca24e3dc01d096dbc1474' -  if build.head? +  head do +    url 'https://github.com/steveicarus/iverilog.git'      depends_on 'autoconf' => :build    end | 
