Forgot your password?
typodupeerror

Comment Re:Yaaaaay! (Score 1) 204

In FreeBSD, you can use /etc/make.conf to impose global controls on port building. For example, mine contains

        WITHOUT_X11=YES
        WITHOUT_GUI=YES
        WITHOUT_NLS=YES

Then ports that would normally drag in all of X (e.g. vim and emacs) don't do it.

Slashdot Top Deals

"Thank heaven for startups; without them we'd never have any advances." -- Seymour Cray

Working...