diff --git a/docs/misc/distributions.txt b/docs/misc/distributions.txt
index c94c399..64b9e04 100644
a
|
b
|
Mac OS X
|
84 | 84 | MacPorts |
85 | 85 | -------- |
86 | 86 | |
87 | | Django 0.96 can be installed via the `MacPorts`_ system. If you're using Python 2.4, |
88 | | type ``sudo port install py-django-devel``. For Python 2.5, type ``sudo port |
89 | | install py25-django-devel``. MacPorts can also be used to install a database, |
90 | | and the Python interface to your chosen database. |
| 87 | MacPorts_ offers Django for Python 2.5 and Python 2.6 within the py25-django |
| 88 | and py26-django packages respectively. Django for Python 2.4 can be found in |
| 89 | the py-django package. These Portfiles normally contain the latest stable |
| 90 | release and might also offer at least one installation-variant, so check the |
| 91 | available options options using ``sudo port variants <package-name>``. |
91 | 92 | |
92 | 93 | .. _MacPorts: http://www.macports.org/ |
93 | 94 | |