Fix incorrect deprecated_option syntax.

This commit is contained in:
Mike McQuaid 2014-10-19 14:41:25 +01:00
parent 69e5f80636
commit b7b6edee9a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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