aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/v8.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb
index 517b863b9..c8f782d54 100644
--- a/Library/Formula/v8.rb
+++ b/Library/Formula/v8.rb
@@ -12,9 +12,12 @@ class V8 < Formula
head 'https://github.com/v8/v8.git'
+ option 'with-readline', 'Use readline instead of libedit'
+
# gyp currently depends on a full xcode install
# https://code.google.com/p/gyp/issues/detail?id=292
depends_on :xcode
+ depends_on 'readline' => :optional
def install
system 'make dependencies'