aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:03 -0500
committerJack Nagel2014-12-04 19:54:18 -0500
commit38c4a3208ef07fb1bfc8ad79d95cabcd947c2588 (patch)
tree9c61d527c58b7ee39e76ecb25d00cc46a23908a5 /Library/Formula
parent2173a4e53a0357a2f907af158163ca663cba1b02 (diff)
downloadhomebrew-38c4a3208ef07fb1bfc8ad79d95cabcd947c2588.tar.bz2
winexe: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/winexe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/winexe.rb b/Library/Formula/winexe.rb
index b5f801df9..362b6034a 100644
--- a/Library/Formula/winexe.rb
+++ b/Library/Formula/winexe.rb
@@ -6,7 +6,7 @@ class Winexe < Formula
sha1 'bdb598745953fcad3a9b6bba8f728c2b714a7aeb'
depends_on 'pkg-config' => :build
- depends_on :autoconf
+ depends_on "autoconf" => :build
# This patch removes second definition of event context, which *should* break the build
# virtually everywhere, but for some reason it only breaks it on OS X.