aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpd.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-07-09 19:30:15 -0700
committerMisty De Meo2013-07-10 01:51:09 -0700
commit7fc8cc09a3a3c633eb20f4419eb373c035bf1aff (patch)
tree317c61940397562a5a36f0c1e5e37c23f27dfe31 /Library/Formula/mpd.rb
parent4716464b2704fcebc3677566b0af3174191b28e1 (diff)
downloadhomebrew-7fc8cc09a3a3c633eb20f4419eb373c035bf1aff.tar.bz2
Replace == :leopard with <= :leopard
Diffstat (limited to 'Library/Formula/mpd.rb')
-rw-r--r--Library/Formula/mpd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index e7159b183..735aa46ce 100644
--- a/Library/Formula/mpd.rb
+++ b/Library/Formula/mpd.rb
@@ -63,7 +63,7 @@ class Mpd < Formula
]
args << '--disable-mad'
- args << '--disable-curl' if MacOS.version == :leopard
+ args << '--disable-curl' if MacOS.version <= :leopard
args << "--with-faad=#{Formula.factory('faad2').opt_prefix}"
args << '--enable-zzip' if build.with? 'libzzip'