diff options
| author | Adam Vandenberg | 2011-03-26 12:33:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-26 12:33:49 -0700 |
| commit | dc1783a4bcdd5b31ce428ded9d106e1bc707ef57 (patch) | |
| tree | 8db137f9ec37b45393e538cd344fbbea2d99ad5f /Library/Formula/mplayer.rb | |
| parent | b792d98ad82226401b6caa90cf728a01a344fe22 (diff) | |
| download | homebrew-dc1783a4bcdd5b31ce428ded9d106e1bc707ef57.tar.bz2 | |
yasm is a build-time dependency
Diffstat (limited to 'Library/Formula/mplayer.rb')
| -rw-r--r-- | Library/Formula/mplayer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 412f9e8b2..809c8c37d 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -6,7 +6,7 @@ class Mplayer < Formula head 'svn://svn.mplayerhq.hu/mplayer/trunk', :using => StrictSubversionDownloadStrategy depends_on 'pkg-config' => :build - depends_on 'yasm' => :optional + depends_on 'yasm' => :build def patches # configure prompts the user to pull ffmpeg from git. |
