Changes between Version 14 and Version 15 of howto/InstallingOlderPort


Ignore:
Timestamp:
Oct 11, 2013, 11:41:28 AM (11 years ago)
Author:
david@…
Comment:

Instructions for specifying a subport (e.g. py27-pylint)

Legend:

Unmodified
Added
Removed
Modified
  • howto/InstallingOlderPort

    v14 v15  
    9393After this, php5 version 5.2.10 should be installed.
    9494
     95== Specifying a subport ==
     96
     97Many python libraries, for example, have separate ports for different python versions, but a single port file to describe them all. To specify which version you want, use "subport=...". For example:
     98
     99{{{
     100cd dports/python/py-pylint
     101sudo port install subport=py27-pylint
     102}}}
     103
    95104[wiki:howto <- Back to the HOWTO section]