I been trying to install a port with the command sudo port install NAME_OF_PORT
The issue I am having with this particular port (OpenCV) is that it keeps asking me for dependencies with an error like the following:
Error: The following dependencies were not installed: libunwind-headers
llvm-3.1 llvm_select
Is there any way I can sudo port install NAME_OF_PORT
with all of its dependencies with just one command?
Thanks a lot for your time, any tip much appreciated.