Installation gnome with default options

Hello.
During the installation of gnome on FreeBSD 8.0 to choose a lot of settings for almost every plug-in.

Can I avoid this? That is to say that the settings are automatically selected by default.

Be installed as follows:
Code:
cd / usr/ports/x11/gnome2
make install clean

Thank you.
 
Also:
Code:
cd /usr/ports/x11/gnome2
make config-recursive
make -DBATCH install clean

lets you choose all options in advance and then run the build process.
 
Back
Top