diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-04-09 10:03:31 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-04-09 10:03:31 +0000 |
| commit | 8adfdf08de76e1d2ceb2ce073a1ff97d68f94b44 (patch) | |
| tree | fe72dacefda93b35f65a8168957df5e455aeae85 /docs/ref | |
| parent | a6ba67ffd1ddaf6835572d5b10fcfbe6532f91de (diff) | |
[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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt index a5c87864c9..9cb945f76a 100644 --- a/docs/ref/contrib/gis/install.txt +++ b/docs/ref/contrib/gis/install.txt @@ -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:: |
