#
# Using the '--without-*' tags *also* enabled the functionality for all
# optional_depends. :/
#
optional_depends  gettext                                        \
                  '--with-gettext'                               \
                  ''                                             \
                  'to build xgdvi with Native Language Support'  &&

optional_depends  t1lib                           \
                  '--with-t1lib'                  \
                  ''                              \
                  'for Adobe Type1 font support'  &&

optional_depends  freetype1                    \
                  '--with-freetype'            \
                  ''                           \
                  'for FreeType font support'
