aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrae Robrock2013-06-18 16:27:29 -0600
committerAdam Vandenberg2013-06-18 15:51:44 -0700
commit04bf786a26fa179bef98ff162480dc783458a2be (patch)
treecd6ccdaab79ca33e2bd5371f73e5e6afb024ccec
parenta85cb4779ed99bc8e66e2938a661dfd05b8b6b94 (diff)
downloadhomebrew-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.rb4
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