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  &&
if [[ ${XDVIK_PS} ==  gs ]]
then
	depends POSTSCRIPT-INTERPRETER
fi
