From 04bf786a26fa179bef98ff162480dc783458a2be Mon Sep 17 00:00:00 2001 From: Trae Robrock Date: Tue, 18 Jun 2013 16:27:29 -0600 Subject: weechat: fix the ruby and perl options Closes #20592. Signed-off-by: Adam Vandenberg --- Library/Formula/weechat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index 5d57c18d6..3cea46c2b 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -15,8 +15,8 @@ class Weechat < Formula depends_on 'lua' => :optional depends_on :python => :optional - option 'perl', 'Build the perl module' - option 'ruby', 'Build the ruby module' + option 'with-perl', 'Build the perl module' + option 'with-ruby', 'Build the ruby module' # cmake finds brewed python when installed, but when searching for the # libraries it searches for system libraries first. This patch disables -- cgit v1.2.3