diff options
| author | Adam Vandenberg | 2012-05-10 07:10:12 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-05-10 07:10:12 -0700 | 
| commit | d4185d557b549bdf5c25e9a2a665fcc2eb3f2543 (patch) | |
| tree | 5fd7b90d1a92527014bebb2ad5ecf2ee2c3eaddc /Library/Formula/libvorbis.rb | |
| parent | c3eebfc7d29ba8d7ff1d1d1a677fdc2d6183c3ab (diff) | |
| download | homebrew-d4185d557b549bdf5c25e9a2a665fcc2eb3f2543.tar.bz2 | |
Remove redundant :using => :svn
Diffstat (limited to 'Library/Formula/libvorbis.rb')
| -rw-r--r-- | Library/Formula/libvorbis.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb index 03c83d6e0..5234c8e90 100644 --- a/Library/Formula/libvorbis.rb +++ b/Library/Formula/libvorbis.rb @@ -5,7 +5,7 @@ class Libvorbis < Formula    md5 '798a4211221073c1409f26eac4567e8b'    homepage 'http://vorbis.com' -  head 'http://svn.xiph.org/trunk/vorbis', :using => :svn +  head 'http://svn.xiph.org/trunk/vorbis'    depends_on 'pkg-config' => :build    depends_on 'libogg'  | 
