diff options
| author | Jack Nagel | 2013-08-29 12:13:15 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-08-29 12:13:15 -0500 | 
| commit | f8b74430131bbc90b7b772569e6ff8888f24842a (patch) | |
| tree | 66b6150a7cbb752182606c170ad0c900fcdab098 /Library/Formula/poppler.rb | |
| parent | b16e1ed620497a72818f1a2892a64cafdf15172d (diff) | |
| download | homebrew-f8b74430131bbc90b7b772569e6ff8888f24842a.tar.bz2 | |
Note conflicts among pdf2image, poppler, and xpdf
Diffstat (limited to 'Library/Formula/poppler.rb')
| -rw-r--r-- | Library/Formula/poppler.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb index 5cc56cffb..2cea783de 100644 --- a/Library/Formula/poppler.rb +++ b/Library/Formula/poppler.rb @@ -23,6 +23,9 @@ class Poppler < Formula    depends_on 'glib' => :optional    depends_on 'cairo' if build.with? 'glib' # Needs a newer Cairo build than OS X 10.6.7 provides +  conflicts_with 'pdf2image' +  conflicts_with 'xpdf' +    def install      if build.with? 'qt4'        ENV['POPPLER_QT4_CFLAGS'] = `#{HOMEBREW_PREFIX}/bin/pkg-config QtCore QtGui --libs`.chomp  | 
