Solved Circular dependency reason

How to find the reason of circular dependency?
Latest portsnap fetch update ; make index from /usr/ports gave me this:
Code:
make_index: Circular dependency loop found: gdk-pixbuf2-2.40.0 depends upon itself.
graphics/gdk-pixbuf2 now's with default options, and it has a whole bunch of recursive dependencies.
Is there a way to find the roots of this new (for me) problem?
 
Update the ports tree again.


More information:
 
rm -fr /var/db/portsnap/*
rm -fr /usr/ports
mkdir /usr/ports
portsnap fetch extract
~50MB and probably a few options, sometimes it just doesn't [or does!] worth it.
 
Back
Top