aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-19 16:28:08 -0700
committerAdam Vandenberg2013-06-19 16:28:08 -0700
commit1aaf392279019be991f1901442e27e977962955f (patch)
treef902af0f004ebad2abfd9a2c79ef8204d08fe7e9 /Library/Formula
parent5d6df736e59da9eb745b2bb0fb7d237199520649 (diff)
downloadhomebrew-1aaf392279019be991f1901442e27e977962955f.tar.bz2
avian: remove explicit javac check
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/avian.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Formula/avian.rb b/Library/Formula/avian.rb
index 5be4b1a64..36b38f30d 100644
--- a/Library/Formula/avian.rb
+++ b/Library/Formula/avian.rb
@@ -1,19 +1,5 @@
require 'formula'
-class JdkInstalled < Requirement
- fatal true
-
- satisfy { which 'javac' }
-
- def message; <<-EOS.undent
- A JDK is required.
-
- You can get the official Oracle installers from:
- http://www.oracle.com/technetwork/java/javase/downloads/index.html
- EOS
- end
-end
-
class Avian < Formula
homepage 'http://oss.readytalk.com/avian/'
url 'http://oss.readytalk.com/avian/avian-0.6.tar.bz2'
@@ -21,7 +7,6 @@ class Avian < Formula
head 'https://github.com/ReadyTalk/avian.git'
- depends_on JdkInstalled
depends_on :macos => :lion
def install