diff options
| author | Jack Nagel | 2014-05-11 18:59:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-11 18:59:42 -0500 |
| commit | 3e07c615372bbf52bd8b28d41cbac3161d8c5abf (patch) | |
| tree | 5bede2ca0a0e6e2cff817c48b175ba034a0e7670 | |
| parent | cc62679924651a7b9c47abf518035b82039395bd (diff) | |
| download | homebrew-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.rb | 1 |
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 |
