aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-25 10:19:14 -0700
committerAdam Vandenberg2012-08-25 10:29:27 -0700
commit16e91f4f233aa65d307af6335dd2b1c904988791 (patch)
treea79def111274826ad7fbb93b65f10b7e90cc2a79 /Library
parent2f9a14b39618cb3cadc18ed2c1378a8fc6960af8 (diff)
downloadhomebrew-16e91f4f233aa65d307af6335dd2b1c904988791.tar.bz2
socat: use new dsl
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/socat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/socat.rb b/Library/Formula/socat.rb
index 12223761e..620f88b3e 100644
--- a/Library/Formula/socat.rb
+++ b/Library/Formula/socat.rb
@@ -16,7 +16,7 @@ class Socat < Formula
# Socat devs are aware; see:
# https://trac.macports.org/ticket/32044
p = { :p0 => "https://trac.macports.org/export/90442/trunk/dports/sysutils/socat/files/patch-xioexit.c.diff" }
- p[:p1] = DATA if ARGV.build_devel?
+ p[:p1] = DATA if build.devel?
p
end