aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-25 09:45:11 -0700
committerAdam Vandenberg2012-08-25 09:45:11 -0700
commit3e62649029b5dbfbbeb251fc36b730a2f90b6e25 (patch)
treece886e23fd59d4e5b7457f8c1a0e3495aca9ad43 /Library/Formula
parenta617b87121319fc9d5531c642f7403168690ef59 (diff)
downloadhomebrew-3e62649029b5dbfbbeb251fc36b730a2f90b6e25.tar.bz2
trafficserver: use new dsl
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/trafficserver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/trafficserver.rb b/Library/Formula/trafficserver.rb
index f57c7013c..fa2974ab7 100644
--- a/Library/Formula/trafficserver.rb
+++ b/Library/Formula/trafficserver.rb
@@ -9,13 +9,13 @@ class Trafficserver < Formula
depends_on 'pcre'
- if ARGV.build_head?
+ if build.head?
depends_on :automake
depends_on :libtool
end
def install
- system "autoreconf -i" if ARGV.build_head?
+ system "autoreconf -i" if build.head?
# Needed for correct ./configure detections.
ENV.enable_warnings