dports: override package default

John Marino dragonflybsd at marino.st
Mon Dec 15 07:30:23 PST 2014


On 12/15/2014 16:20, Dmitriy Tochansky wrote:
> 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?


you can try adding

OPTIONS_UNSET=	X11
WITHOUT_X11=	yes

to make.conf

John



More information about the Users mailing list