FreeBSD Ports: How can I see all dependencies, and all dependencies for those dependencies, for a port?
- by Stefan Lasiewski
I'm trying to build a port which depends on apache-ant.
I thought I could run make build-depends-list to see all dependencies required by this port:
# make build-depends-list
/usr/ports/devel/apache-ant
/usr/ports/java/jdk16
/usr/ports/math/gmp
But after installing everything, the port had a dependency list which was a mile long:
…