Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2006 11:40:15 -0800
From:      "Garrett Cooper" <youshi10@u.washington.edu>
To:        "albi" <albi@scii.nl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: using ports without X
Message-ID:  <002301c6510d$1b816f50$3200a8c0@sprsdxp>
References:  <20060326213319.ee178bf3.albi@scii.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- 
From: "albi" <albi@scii.nl>
To: <freebsd-questions@freebsd.org>
Sent: Sunday, March 26, 2006 11:33 AM
Subject: using ports without X


>
> i wanted to try "madman" from ports on a local fileserver, but i prefer
> not to compile X and Qt for this, is that possible ?
> a look at the Makefile and a google-search didn't provide any options
>
> can someone point me to certain general "flags" for /etc/make.conf to
> prevent X and Qt being build at all? tia
>
> -- 
> grtjs, albi
> gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
>

Not sure if this is still valid as they aren't in the manpage, but try 
adding the following to your /etc/make.conf:

WITHOUT_X11=yes
WITHOUT_GUI=yes

That should disable building X for the entire system.
-Garrett 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002301c6510d$1b816f50$3200a8c0>