Solved Circular dependencies

I have encountered problem with the installation of the port x11/lxde-meta. The problem is that the installation start to circulate between same ports. Some of theses ports are cups, dbus, xmlto, w3m and gtk2. What could I do? I really appreciate any help you can provide.
 
Please go to the directory where you like to start from. It seems to be /usr/ports/x11/lxde-meta. With make config-recursive you can de-select what seems to be not required. With make rmconfig-recursive you can restore everything to default. If there are any settings you like to have off by default you can put them to /etc/make.conf.
 
Please go to the directory where you like to start from. It seems to be /usr/ports/x11/lxde-meta. With make config-recursive you can de-select what seems to be not required. With make rmconfig-recursive you can restore everything to default. If there are any settings you like to have off by default you can put them to /etc/make.conf.
Thank you! That solved the "Circular dependencies" problem. I took off the CUPS printing support. However, now I encountered an another problem with lxpanel-0.6.2_1, which depends on shared library: libsysinfo.so, which is marked as broken: unfetchable (google code has gone away).

Edit: Updating port tree solved this problem.
 
Back
Top