diff options
| author | Jack Nagel | 2014-06-01 21:38:18 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-01 21:38:18 -0500 | 
| commit | f04b073a3d16d1f2c598811a8c6c0201c5893a21 (patch) | |
| tree | f3a7d714127983849c3b38ed0d03ece40916b06d /Library/Formula/libvorbis.rb | |
| parent | 81f208cea32920c19c0ccfa04cd7a40d7ee3d294 (diff) | |
| download | homebrew-f04b073a3d16d1f2c598811a8c6c0201c5893a21.tar.bz2 | |
libvorbis: modernize autotools deps
Diffstat (limited to 'Library/Formula/libvorbis.rb')
| -rw-r--r-- | Library/Formula/libvorbis.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb index 4ba621d8f..13c265e1c 100644 --- a/Library/Formula/libvorbis.rb +++ b/Library/Formula/libvorbis.rb @@ -15,9 +15,9 @@ class Libvorbis < Formula    head do      url 'http://svn.xiph.org/trunk/vorbis' -    depends_on :autoconf -    depends_on :automake -    depends_on :libtool +    depends_on "autoconf" => :build +    depends_on "automake" => :build +    depends_on "libtool" => :build    end    option :universal  | 
