diff options
| author | Jack Nagel | 2013-09-04 16:15:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-04 16:15:21 -0500 |
| commit | dc659e04546854726ed601def6d5ad7041d3158e (patch) | |
| tree | e8ae6beab2570a9378da2ad2c0cc4182d380a622 /Library/Formula | |
| parent | 16461a16ebda38e398f4ca605eb9e77be81a72ea (diff) | |
| download | homebrew-dc659e04546854726ed601def6d5ad7041d3158e.tar.bz2 | |
avrdude: depend on libftdi0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/avrdude.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/avrdude.rb b/Library/Formula/avrdude.rb index c3a68814f..68b588eac 100644 --- a/Library/Formula/avrdude.rb +++ b/Library/Formula/avrdude.rb @@ -7,10 +7,8 @@ class Avrdude < Formula head 'svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude/' - option 'with-usb', 'Compile AVRDUDE with USB support.' - - depends_on 'libusb-compat' if build.include? 'with-usb' - depends_on 'libftdi' => :optional + depends_on 'libusb-compat' + depends_on 'libftdi0' if build.head? depends_on :autoconf |
