aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/znc.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-22 21:00:14 -0700
committerAdam Vandenberg2012-08-22 21:00:14 -0700
commitb0ae1e47fd1688cf4f4f3c3a7c479218bd71add7 (patch)
tree673c4546af91f25d281f002cff8cdd518fc96d1e /Library/Formula/znc.rb
parent805689b6b3cb53a12e094b9ed928c93181978ea4 (diff)
downloadhomebrew-b0ae1e47fd1688cf4f4f3c3a7c479218bd71add7.tar.bz2
znc: new dsl
Diffstat (limited to 'Library/Formula/znc.rb')
-rw-r--r--Library/Formula/znc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb
index 41b1a49d0..92b8c7abb 100644
--- a/Library/Formula/znc.rb
+++ b/Library/Formula/znc.rb
@@ -7,7 +7,7 @@ class Znc < Formula
head 'https://github.com/znc/znc.git'
- if ARGV.build_head?
+ if build.head?
depends_on :automake
depends_on :libtool
end