Changes between Version 101 and Version 102 of FAQ
- Timestamp:
- Oct 7, 2010, 8:58:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v101 v102 210 210 === How can I get a list of all dependencies for a port? === #alldependencies 211 211 212 There is a [http://svn.macports.org/repository/macports/contrib/port-rdeps/port-rdeps script] in the contrib section of the repository that will recursively find all of the dependencies of a port. 213 212 As of MacPorts 1.9.0, you can just run: 213 {{{ 214 port rdeps <portname> 215 }}} 216 217 There is also a [http://svn.macports.org/repository/macports/contrib/port-depgraph/port-depgraph script] in the contrib section of the repository that will generate a diagram of the dependencies of a port using graphviz. 214 218 215 219 == Portfile Development and Maintenance Questions ==