aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lcdproc.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/lcdproc.rb b/Library/Formula/lcdproc.rb
index 5ab1b5574..0cb87ca0b 100644
--- a/Library/Formula/lcdproc.rb
+++ b/Library/Formula/lcdproc.rb
@@ -5,11 +5,13 @@ class Lcdproc < Formula
url 'http://downloads.sourceforge.net/project/lcdproc/lcdproc/0.5.6/lcdproc-0.5.6.tar.gz'
sha1 '1d0a4d068141f3c8526cadea035b58b37697600c'
+ depends_on 'pkg-config' => :build
depends_on 'libusb'
- depends_on 'libftdi'
+ depends_on 'libftdi0'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-drivers=all",
"--enable-libftdi=yes"