diff --git a/Formula/scantailor.rb b/Formula/scantailor.rb index 81a7a9fa02f..5113ef8d7e1 100644 --- a/Formula/scantailor.rb +++ b/Formula/scantailor.rb @@ -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