From 5ec6db81c2d9d4fea598e7b4bca4bf0ed9255320 Mon Sep 17 00:00:00 2001 From: Camillo Lugaresi Date: Tue, 14 Dec 2010 00:07:40 +0100 Subject: [PATCH] added cabextract dependency to winetricks it is required by several common installs Signed-off-by: Adam Vandenberg --- Formula/winetricks.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/winetricks.rb b/Formula/winetricks.rb index 309776acd6..59ed1072f1 100644 --- a/Formula/winetricks.rb +++ b/Formula/winetricks.rb @@ -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'