diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpd.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index 8af0aaa9e..0e2c6fd48 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -93,8 +93,7 @@ class Mpd < Formula system "make install" end - def caveats - <<-EOS + def caveats; <<-EOS.undent As of mpd-0.17.4, this formula no longer enables support for streaming output by default. If you want streaming output, you must now specify the --with-libshout, --with-lame, --with-twolame, and/or --with-flac |
