summaryrefslogtreecommitdiffstats
path: root/graphics/djvulibre/DEPENDS
blob: 6ca2c111bad061404db0e21a4a9714a2d148a259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
depends  g++     &&
optional_depends  qt-x11                       \
                  "--enable-djview"            \
                  "--disable-djview"           \
                  "build QT3 viewer"           &&
optional_depends  tiff                         \
                  "--with-tiff"                \
                  "--without-tiff"             \
                  "TIFF support"               &&
optional_depends  "JPEG"                       \
                  "--with-jpeg"                \
                  "--without-jpeg"             \
                  "for JPEG encoding support"