scantailor: add libtiff dependency

master
Adam Vandenberg 2011-03-15 21:51:33 -07:00
parent f445344484
commit 811daec917
1 changed files with 3 additions and 2 deletions

View File

@ -5,10 +5,11 @@ class Scantailor < Formula
homepage 'http://scantailor.sourceforge.net/'
md5 '0944b12c936019fe12269c7a356d60d0'
depends_on 'cmake'
depends_on 'cmake' => :build
depends_on 'qt'
depends_on 'jpeg'
depends_on 'boost'
depends_on 'jpeg'
depends_on 'libtiff'
def install
system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11R6/include"