From 1322d93a2f364fb0f0eec81d11c8517e9d9faecd Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 23 Jul 2013 15:48:21 -0500 Subject: v8: optionally use readline instead of libedit --- Library/Formula/v8.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3