diff --git a/Formula/mplayer.rb b/Formula/mplayer.rb index aabd38eed7..56f423b360 100644 --- a/Formula/mplayer.rb +++ b/Formula/mplayer.rb @@ -36,7 +36,7 @@ class Mplayer < Formula depends_on 'libcaca' => :optional depends_on :x11 => :optional - deprecated_option "with-x", "with-x11" + deprecated_option "with-x" => "with-x11" if build.with? 'osd' or build.with? 'x11' # These are required for the OSD. We can get them from X11, or we can diff --git a/Formula/sqsh.rb b/Formula/sqsh.rb index 2440ab84a1..ca27c43ffd 100644 --- a/Formula/sqsh.rb +++ b/Formula/sqsh.rb @@ -11,7 +11,7 @@ class Sqsh < Formula depends_on 'freetds' depends_on 'readline' - deprecated_option "enable-x", "with-x11" + deprecated_option "enable-x" => "with-x11" # this patch fixes detection of freetds being instaled, it was reported # upstream via email and should be fixed in the next release