Changes between Version 128 and Version 129 of FAQ
- Timestamp:
- Oct 16, 2013, 6:28:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v128 v129 247 247 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. 248 248 249 === Why can't I install both the "`-devel`" and non-"`-devel`" versions of a package? === #develpackages 250 MacPorts does '''not''' split up its development headers into separate packages like some Linux distributions do. Instead, in MacPorts, "`-devel`" versions tend to be pre-release (i.e. alpha or beta) versions of the main package. 251 249 252 == Portfile Development and Maintenance Questions == 250 253