Hello!
When I "make install clean" any port that installs some dependencies and then "make deinstall" it, if I run "pkg autoremove" before to reinstall the port with "make install clean", that doesn't work and prompts :
I was expecting the dependencies to be auto-reinstalled! Why is it broken and how could I fix that so I won't have to "make install clean" from each of the dependencies directories?
When I "make install clean" any port that installs some dependencies and then "make deinstall" it, if I run "pkg autoremove" before to reinstall the port with "make install clean", that doesn't work and prompts :
Code:
===> (what I'm trying to reinstall) depends on package: (which has just been autoremoved) - not found
I was expecting the dependencies to be auto-reinstalled! Why is it broken and how could I fix that so I won't have to "make install clean" from each of the dependencies directories?