portmaster accept default config options

I want to accept all the default config options when I install with portmaster... there's the '-G' option which "prevents 'make config'"... if I use that will it be the same as to install using default config settings?

thank you
 
i tried
Code:
portmaster -m BATCH=yes port
and
Code:
setenv BATCH yes
portmaster port

the "options for" message still pops up
 
the '-G' option seemed to have done it... i went through the whole install of xfce4 without any interruption with the following:
Code:
sudo portmaster -GPd x11-wm/xfce4
 
Back
Top