summaryrefslogtreecommitdiffstats
path: root/x11/xplanet/DEPENDS
blob: 8fe1508d9078bdb68effcf66693af8c5aed57aa8 (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"