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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb
index 0495faf72..d99d11106 100644
--- a/Library/Formula/mplayer.rb
+++ b/Library/Formula/mplayer.rb
@@ -22,7 +22,8 @@ class Mplayer < Formula
end
head do
- url "svn://svn.mplayerhq.hu/mplayer/trunk", :using => StrictSubversionDownloadStrategy
+ url "svn://svn.mplayerhq.hu/mplayer/trunk"
+ depends_on "subversion" => :build if MacOS.version <= :leopard
# When building SVN, configure prompts the user to pull FFmpeg from git.
# Don't do that.