diff options
Diffstat (limited to 'Library/Formula/scantailor.rb')
| -rw-r--r-- | Library/Formula/scantailor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb index 82f1401ae..84b3f9d61 100644 --- a/Library/Formula/scantailor.rb +++ b/Library/Formula/scantailor.rb @@ -12,7 +12,7 @@ class Scantailor < Formula depends_on 'libtiff' def install - system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11R6/include" + system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11/include" system "make install" end end |
