diff options
| author | Mike McQuaid | 2014-10-21 14:23:56 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-21 14:23:56 +0100 |
| commit | 9a4b0ebd9fb803b6936a51813e397c75296002f1 (patch) | |
| tree | cc764f5c7b450bb9db11fed5fe2f4b1e2ce90b07 /Library/Formula | |
| parent | 77e2b7558c68bd26df207e4fe7ab0520a4a3718e (diff) | |
| download | homebrew-9a4b0ebd9fb803b6936a51813e397c75296002f1.tar.bz2 | |
sword: add option descriptions.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sword.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sword.rb b/Library/Formula/sword.rb index 3d5ac4a9c..9771fd861 100644 --- a/Library/Formula/sword.rb +++ b/Library/Formula/sword.rb @@ -11,9 +11,9 @@ class Sword < Formula sha1 "36eedc14308de364ebfb1e2fecfc86852b65e3cf" => :mountain_lion end - # Activates optional unicode support in sword. + option "with-icu4c", "Uses icu4c for unicode support" depends_on "icu4c" => :optional - # Activates optional clucene based text searching capabilities in sword. + option "with-clucene", "Uses clucene for text searching capabilities" depends_on "clucene" => :optional def install |
