diff options
| author | Adam Vandenberg | 2012-03-11 15:02:05 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-03-11 15:02:05 -0700 | 
| commit | a800e3020d7788527a49c6e27fd829ec9bbc96ff (patch) | |
| tree | 05a2c25bafdcfb7a6b2550124aa77b52f21bd659 /Library/Formula/sox.rb | |
| parent | 40a3827ca1b71b21229ebf4e643f1e9dc4415544 (diff) | |
| download | homebrew-a800e3020d7788527a49c6e27fd829ec9bbc96ff.tar.bz2 | |
sox: don't reference commit message
didn't appear to be useful anyway.
Diffstat (limited to 'Library/Formula/sox.rb')
| -rw-r--r-- | Library/Formula/sox.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sox.rb b/Library/Formula/sox.rb index d8bb36a2a..49597caf4 100644 --- a/Library/Formula/sox.rb +++ b/Library/Formula/sox.rb @@ -10,7 +10,7 @@ class Sox < Formula    depends_on 'flac' => :optional    depends_on 'libsndfile' => :optional    depends_on 'libao' => :optional -  depends_on 'mad' # see commit message +  depends_on 'mad'    def patches      # sox does not build against libav >= 0.7.0  | 
