diff options
| author | Max Howell | 2009-06-18 11:13:11 +0100 | 
|---|---|---|
| committer | Max Howell | 2009-06-18 11:13:11 +0100 | 
| commit | 271acec03636dc19aea4f4741df7a8fe6cc4aa86 (patch) | |
| tree | 18601d4549013be13c68c00612f47e851ab15bff /Library/Formula/libvorbis.rb | |
| parent | 95ed72338e13daf799eedf51744762172f81017d (diff) | |
| download | homebrew-271acec03636dc19aea4f4741df7a8fe6cc4aa86.tar.bz2 | |
Tidied things up a little in light of recent changes
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 30ff4307e..6c9367e0e 100644 --- a/Library/Formula/libvorbis.rb +++ b/Library/Formula/libvorbis.rb @@ -6,7 +6,7 @@ class Libvorbis <Formula    @homepage='http://vorbis.com'    def deps -    test_lib 'ogg' +    LibraryDep.new 'ogg'    end    def install  | 
