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
