diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/weechat.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
