aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-24 20:39:46 -0800
committerAdam Vandenberg2014-02-27 08:21:15 -0800
commitf6ade99c337a62bb1de9762d5b8c5298915a35fa (patch)
tree6c7f1b8c9c8fa376de47e1e8800668b497f17890
parent734d0cd813bdbf58fa8ad5830a0a3374838ed0ab (diff)
downloadhomebrew-f6ade99c337a62bb1de9762d5b8c5298915a35fa.tar.bz2
cadaver: use Formula[]
-rw-r--r--Library/Formula/cadaver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cadaver.rb b/Library/Formula/cadaver.rb
index 9cd046e45..15ef44e36 100644
--- a/Library/Formula/cadaver.rb
+++ b/Library/Formula/cadaver.rb
@@ -10,13 +10,13 @@ class Cadaver < Formula
depends_on 'readline'
depends_on 'neon'
+ # enable build with the latest neon
def patches
- # enable build with the latest neon 0.30
DATA
end
def install
- neon_prefix = Formula.factory('neon').opt_prefix
+ neon_prefix = Formula['neon'].opt_prefix
system "./configure", "--prefix=#{prefix}",
"--with-neon=#{neon_prefix}",