Hi all, I was just wondering when I remove a package or a port using the pkg_remove command will it remove all its deprecated dependencies. So for example let's say I installed adesklets and it pulls in python26 and xproto. for this example let's say that python26 is also required by openbox and xproto not needed by any other package. If I run "pkg_remove adesklets" will it remove xproto and adesklets and leave prython26? or will it remove all 3 packages? or will it just remove adesklets leaving xproto sitting there doing nothing using up hard disk space, and worst case scenario with some packages use up CPU power and memory?