Hi folks,
where can I disable the X11 stuff in mc ?
I don't like to have the whole x11 installed, just for some
small console application.
did you read in gentoo handbook about USE flags
`USE="-X" emerge mc`
or (preferred way)
`echo "app-misc/mc -X" >> /etc/portage/package.use && emerge mc`
or (to disable OPTIONAL support globally)
add in USE section in /etc/make.conf '-X'

