diff options
| author | Trae Robrock | 2013-06-18 16:27:29 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-18 15:51:44 -0700 |
| commit | 04bf786a26fa179bef98ff162480dc783458a2be (patch) | |
| tree | cd6ccdaab79ca33e2bd5371f73e5e6afb024ccec | |
| parent | a85cb4779ed99bc8e66e2938a661dfd05b8b6b94 (diff) | |
| download | homebrew-04bf786a26fa179bef98ff162480dc783458a2be.tar.bz2 | |
weechat: fix the ruby and perl options
Closes #20592.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 |
