depends xorg-libs &&
# also depends on libxt if modular x, but that's included
if [[ ${XDVIK_KIT} == motif ]]
then
	depends MOTIF
else
	depends xaw3d
fi &&
# nothing optional about it we use system libs
depends t1lib --with-system-t1lib  &&
# Without that (rather heavy) dependency, xdvik would
# install its own copy and conflict with texlive.
depends texlive --with-system-kpathsea &&
if [[ ${XDVIK_PS} ==  gs ]]
then
	depends POSTSCRIPT-INTERPRETER
fi
