Jan Stary wrote: > cat /var/db/pkg/$PACKAGE/+REQUIRING | xargs pkg_info -s
Thats just the first level of dependencies. What about the dependencies of the dependencies, and so on? It is a tree structure. Recursion is needed if you want to know the 'real collateral damage' :) Srikant.