added cabextract dependency to winetricks
it is required by several common installs Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ee4f65f21a
commit
5ec6db81c2
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class Winetricks < ScriptFileFormula
|
|||
|
||||
head 'http://winezeug.googlecode.com/svn/trunk/winetricks', :using => :curl
|
||||
|
||||
depends_on 'cabextract'
|
||||
|
||||
# Don't provide an md5 for the HEAD build
|
||||
unless ARGV.build_head?
|
||||
md5 '5a6986df670e093381ee007f0c0c0e1f'
|
||||
|
|
Loading…
Reference in a new issue