diff options
| -rw-r--r-- | Library/Formula/pylucene.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pylucene.rb b/Library/Formula/pylucene.rb index 4d8bcb19d..197faee0a 100644 --- a/Library/Formula/pylucene.rb +++ b/Library/Formula/pylucene.rb @@ -8,6 +8,7 @@ class Pylucene < Formula option "with-shared", "build jcc as a shared library" depends_on :ant => :build + depends_on :java => "1.7" depends_on :python def install |
