summaryrefslogtreecommitdiffstats
path: root/graphics/djvulibre/DEPENDS
blob: f10a7cfe08f37ada9a607afc7a80cf221ac236f4 (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"