aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/midgard2.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-26 22:50:22 -0700
committerAdam Vandenberg2012-08-26 22:50:22 -0700
commit878b04049cd8d6d3ffe75fa472f6213a0106f4b6 (patch)
tree7277fb14c4bc363cb0b68e369f4766a872cf18f3 /Library/Formula/midgard2.rb
parent417708522db158185209f00d0aa117ba7d2d3d81 (diff)
downloadhomebrew-878b04049cd8d6d3ffe75fa472f6213a0106f4b6.tar.bz2
midgard2: use new dsl
Diffstat (limited to 'Library/Formula/midgard2.rb')
-rw-r--r--Library/Formula/midgard2.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/midgard2.rb b/Library/Formula/midgard2.rb
index ac5ff1f75..b3e18ee49 100644
--- a/Library/Formula/midgard2.rb
+++ b/Library/Formula/midgard2.rb
@@ -12,13 +12,13 @@ class Midgard2 < Formula
depends_on 'dbus-glib'
depends_on 'libgda'
- if ARGV.build_head?
+ if build.head?
depends_on :automake
depends_on :libtool
end
def install
- if ARGV.build_head?
+ if build.head?
system "autoreconf", "-i", "--force"
system "automake"
end