depends xorg-libs &&
# also depends on libxt if modular x, but that's included
if [[ ${XDVI_KIT} == motif ]]
then
	depends MOTIF
else
	depends xaw3d
fi &&
optional_depends t1lib --with-system-t1lib "" "for using system t1lib" &&
if [[ ${XDVIK_PS} ==  gs ]]
then
	depends POSTSCRIPT-INTERPRETER
fi
