diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-04-09 10:00:32 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-04-09 10:00:32 +0000 |
| commit | 36ab8ae270d287ec048ff3000f1213e68bc5e1dc (patch) | |
| tree | 7fa4467bd3388e880ac4ec9d5232d57e7f570311 | |
| parent | a0b55f30a843a9ce12a907d65edcd479f5a5b1cb (diff) | |
Fixed #17672 -- Precised MacPorts GeoDjango install instructions to install gdal with geos support. Thanks chosak for the report and the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17883 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -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:: |
