How do I upgrade from gnome2-lite to the full GNOME 2.28 desktop?
The Lite edition does not include all of the components of the standard GNOME 2.28 desktop. If you wish to install the full desktop, first remove the gnome2-lite package, then install the gnome2 port or package. For example:
root@kartook# pkg_delete gnome2-lite
Then one of the following:
root@kartook# cd /usr/ports/x11/gnome2
root@kartook## make install clean
or:
root@kartook# pkg_add -r gnome2
Alternatively, you can install additional GNOME components individually using either their ports or packages.