diff options
| author | Jack Nagel | 2014-11-13 12:08:07 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-13 12:08:07 -0600 |
| commit | a772c809618adf5a7c1f31ce769a9581791cff85 (patch) | |
| tree | 606993985f4568efa542086cf3621d4b4953c180 | |
| parent | abf7254282b8db4cbb64ff5e0946bff387807a92 (diff) | |
| download | homebrew-a772c809618adf5a7c1f31ce769a9581791cff85.tar.bz2 | |
ocaml: fix option name
| -rw-r--r-- | Library/Formula/objective-caml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 0778e9fa2..e6fee09aa 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -8,7 +8,7 @@ class ObjectiveCaml < Formula head "http://caml.inria.fr/svn/ocaml/trunk", :using => :svn revision 1 - option "without-x11", "Install without the Graphics module" + option "with-x11", "Install with the Graphics module" depends_on :x11 => :optional bottle do |
