From d9939b35b18a669a07960a84f52da3496f888046 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 4 Sep 2013 16:15:21 -0500 Subject: open-ocd: depend on libftdi0 Fixes #22313. --- Library/Formula/open-ocd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb index 4ba68b4e7..3e8794406 100644 --- a/Library/Formula/open-ocd.rb +++ b/Library/Formula/open-ocd.rb @@ -9,7 +9,7 @@ class OpenOcd < Formula option 'enable-ft2232_ftd2xx', 'Enable building support for FT2232 based devices with FTD2XX driver' depends_on 'libusb-compat' - depends_on 'libftdi' if build.include? 'enable-ft2232_libftdi' + depends_on 'libftdi0' if build.include? 'enable-ft2232_libftdi' def install # default options that don't imply additional dependencies -- cgit v1.2.3