aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mplayer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mplayer.rb')
-rw-r--r--Library/Formula/mplayer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb
index 59406431c..0bfc43bed 100644
--- a/Library/Formula/mplayer.rb
+++ b/Library/Formula/mplayer.rb
@@ -23,7 +23,7 @@ class Mplayer <Formula
args = ["--prefix=#{prefix}", "--enable-largefiles", "--enable-apple-remote"]
args << "--target=x86_64-Darwin" if Hardware.is_64_bit? and MACOS_VERSION >= 10.6
- system './configure', *args
+ system './configure', *args
system "make"
system "make install"
end