aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFelix Rotthowe2010-06-18 19:41:48 +0200
committerAdam Vandenberg2010-06-18 12:16:25 -0700
commitef9cdf79e6875cdc91442c7635669ad99deb0387 (patch)
tree9c1302cd09f92f39e66b657758fd33245dd3d37d /Library/Formula
parent66d939c721bdfef6814d4d0d9b5ff9ecad79b1af (diff)
downloadhomebrew-ef9cdf79e6875cdc91442c7635669ad99deb0387.tar.bz2
Added jpeg dependecny to leponica
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * also libtiff
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/leptonica.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/leptonica.rb b/Library/Formula/leptonica.rb
index 1bf138089..d4c12c0e2 100644
--- a/Library/Formula/leptonica.rb
+++ b/Library/Formula/leptonica.rb
@@ -5,6 +5,9 @@ class Leptonica < Formula
homepage 'http://code.google.com/p/leptonica/'
md5 '5dd42b2337834cc796b8f8de7ab532cd'
+ depends_on 'jpeg'
+ depends_on 'libtiff'
+
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"