1
0
mirror of https://github.com/django/django.git synced 2025-06-07 12:39:12 +00:00

[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
This commit is contained in:
Claude Paroz 2012-04-09 10:03:31 +00:00
parent a6ba67ffd1
commit 8adfdf08de

View File

@ -938,7 +938,7 @@ Summary::
$ sudo port install geos $ sudo port install geos
$ sudo port install proj $ sudo port install proj
$ sudo port install postgis $ sudo port install postgis
$ sudo port install gdal $ sudo port install gdal +geos
$ sudo port install libgeoip $ sudo port install libgeoip
.. note:: .. note::