diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/abiword.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/abiword.rb b/Library/Formula/abiword.rb index 1ba1516c9..7ab26b8a2 100644 --- a/Library/Formula/abiword.rb +++ b/Library/Formula/abiword.rb @@ -21,7 +21,7 @@ class Abiword < Formula depends_on 'imagemagick' def patches - if ARGV.build_devel? + if build.devel? {:p0 => "http://bugzilla.abisource.com/attachment.cgi?id=5477"} else DATA |
