diff options
Diffstat (limited to 'Library/Formula/mpd.rb')
| -rw-r--r-- | Library/Formula/mpd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index 010f6c757..f4aae5836 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -34,7 +34,7 @@ class Mpd < Formula "--enable-fluidsynth", "--enable-zip", "--enable-lame-encoder"] - args << "--disable-curl" if MACOS_VERSION <= 10.5 + args << "--disable-curl" if MacOS.leopard? args << "--enable-lastfm" if ARGV.include?("--lastfm") system "./configure", *args |
