if  [[  "$X_LATEST"  =  y  ]]; then
  depends CVS
fi  &&

# the options given here are bogus, they're only used by the spell's own code, not X
optional_depends  linux-pam  '--with-pam'  '--without-pam'  'PAM framework support'  &&

depends  bison       &&
depends  flex        &&
depends  perl        &&
depends  fontconfig  &&
depends  zlib        &&
depends  ncurses     &&
depends  expat       &&
depends  libpng	     &&
depends  g++         &&

optional_depends  POSTSCRIPT-INTERPRETER          \
                  ""                              \
                  ""                              \
                  "for PostScript documentation"  &&

optional_depends  groff                          \
                  ""                             \
                  ""                             \
                  "for formatted documentation"

