aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-11 18:59:42 -0500
committerJack Nagel2014-05-11 18:59:42 -0500
commit3e07c615372bbf52bd8b28d41cbac3161d8c5abf (patch)
tree5bede2ca0a0e6e2cff817c48b175ba034a0e7670
parentcc62679924651a7b9c47abf518035b82039395bd (diff)
downloadhomebrew-3e07c615372bbf52bd8b28d41cbac3161d8c5abf.tar.bz2
pylucene: remove CLT dependency
This is undocumented and I was able to build it on an Xcode-only system, so remove this dependency.
-rw-r--r--Library/Formula/pylucene.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/pylucene.rb b/Library/Formula/pylucene.rb
index 2695a452a..6b64955ab 100644
--- a/Library/Formula/pylucene.rb
+++ b/Library/Formula/pylucene.rb
@@ -7,7 +7,6 @@ class Pylucene < Formula
option "with-shared", "build jcc as a shared library"
- depends_on :clt => :build
depends_on :ant => :build
depends_on :python