summaryrefslogtreecommitdiffstats
path: root/x11/xplanet/DEPENDS
blob: 92cda5cde9662576d084431b5e6cb8cfd198ee14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
depends  freetype2  &&

optional_depends  "GLUT"                    \
                  "--with-glut --with-animation --with-gl"  \
                  ""                        \
                  "for OpenGL support"      &&
optional_depends  "giflib"                  \
                  "--with-gif"              \
                  ""                        \
                  "to enable GIF support"   &&
optional_depends  "JPEG"                    \
                  "--with-jpeg"             \
                  ""                        \
                  "to enable JPEG support"  &&
optional_depends  "libpng"                  \
                  "--with-png"              \
                  ""                        \
                  "to enable PNG support"   &&
optional_depends  "tiff"                    \
                  "--with-tiff"             \
                  ""                        \
                  "to enable TIFF support"  &&
optional_depends  "pango"                   \
                  "--with-pango"            \
                  "--without-pango"         \
                  "to enable pango font rendering"