aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-10-21 14:23:56 +0100
committerMike McQuaid2014-10-21 14:23:56 +0100
commit9a4b0ebd9fb803b6936a51813e397c75296002f1 (patch)
treecc764f5c7b450bb9db11fed5fe2f4b1e2ce90b07 /Library/Formula
parent77e2b7558c68bd26df207e4fe7ab0520a4a3718e (diff)
downloadhomebrew-9a4b0ebd9fb803b6936a51813e397c75296002f1.tar.bz2
sword: add option descriptions.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sword.rb4
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