scantailor: fix linking against system libpng

master
Adam Vandenberg 2011-03-15 17:57:42 -07:00
parent 4ef7d0b2ee
commit 24d76281ea
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Scantailor < Formula
depends_on 'boost'
def install
system "cmake . #{std_cmake_parameters}"
system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11R6/include"
system "make install"
end
end