aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/open-ocd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/open-ocd.rb')
-rw-r--r--Library/Formula/open-ocd.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb
index b8cd082aa..34dd90d7a 100644
--- a/Library/Formula/open-ocd.rb
+++ b/Library/Formula/open-ocd.rb
@@ -8,8 +8,9 @@ class OpenOcd < Formula
head do
url 'git://git.code.sf.net/p/openocd/code'
- depends_on :libtool
+ depends_on :autoconf
depends_on :automake
+ depends_on :libtool
end
option 'enable-ft2232_libftdi', 'Enable building support for FT2232 based devices with libftdi driver'