aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-11 09:21:59 -0700
committerAdam Vandenberg2013-03-11 09:21:59 -0700
commit5a66fca68d3814e99043fc291b46321d399cd416 (patch)
tree4acf8a1e4e819b7d13c046bf40d031dc3523dbc1 /Library/Formula
parent7a7ba86d767312f8947b422f38c6b553b9fb8cd4 (diff)
downloadhomebrew-5a66fca68d3814e99043fc291b46321d399cd416.tar.bz2
winexe: depends on autoconf
Closes #18395.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/winexe.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/winexe.rb b/Library/Formula/winexe.rb
index 4f5107c73..4e24e2074 100644
--- a/Library/Formula/winexe.rb
+++ b/Library/Formula/winexe.rb
@@ -6,6 +6,7 @@ class Winexe < Formula
sha1 'bdb598745953fcad3a9b6bba8f728c2b714a7aeb'
depends_on 'pkg-config' => :build
+ depends_on :autoconf
# 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.