aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-07-21 06:02:30 -0700
committerMike McQuaid2014-07-21 19:14:15 +0100
commit2cb4bdca53f4c9e8d97f4466ed476b62ed198e11 (patch)
treed6ea92a69bba18bb1571609c380edb6ddd6aee9c
parent33ec8ae937fa170be39891c18df51614b9875f4b (diff)
downloadhomebrew-2cb4bdca53f4c9e8d97f4466ed476b62ed198e11.tar.bz2
pylucene: use JavaDependency.
Closes #31008. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/pylucene.rb1
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