dports: override package default
Robin Hahling
robin.hahling at gw-computing.net
Mon Dec 15 07:26:54 PST 2014
Hi,
On Monday 15 December 2014 18.20:44 Dmitriy Tochansky wrote:
> Hello!
>
> I'm building ports from dports and want to disable X11 support option
> for all ports I build, is there way to do this? Some /etc/make.conf?
Yep, this line in /etc/make.conf should do it:
OPTIONS_UNSET= X11
Personally, on servers, I go a bit further (options names are self-
explanatory):
OPTIONS_UNSET= X11 DOCS NLS EXAMPLES CUPS
Cheers,
Robin
More information about the Users
mailing list