Commit 8adfdf08 authored by Claude Paroz's avatar Claude Paroz
Browse files

[1.4.X] Fixed #17672 -- Precised MacPorts GeoDjango install instructions to...

[1.4.X] Fixed #17672 -- Precised MacPorts GeoDjango install instructions to install gdal with geos support. Thanks chosak for the report and the patch.

Backport of r17883 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent a6ba67ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -938,7 +938,7 @@ Summary::
    $ sudo port install geos
    $ sudo port install proj
    $ sudo port install postgis
    $ sudo port install gdal
    $ sudo port install gdal +geos
    $ sudo port install libgeoip

.. note::