aboutsummaryrefslogtreecommitdiff
path: root/system/postgis/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-11-03 11:06:09 -0800
committerRobby Workman <rworkman@slackbuilds.org>2013-11-03 14:05:25 -0600
commit9267c8cabf3297e44447ae9de0553f6d16b2196f (patch)
treec6242914c2946924291b22e2ad294618b365965b /system/postgis/README
parent29c1611a3b4fdc40c589ac02eb1ac76e358e4fb5 (diff)
system/postgis: Updated for version 2.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/postgis/README')
-rw-r--r--system/postgis/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/postgis/README b/system/postgis/README
index 0a7af70ec13a..688e71684d74 100644
--- a/system/postgis/README
+++ b/system/postgis/README
@@ -4,15 +4,5 @@ enables" the PostgreSQL server, allowing it to be used as a
backend spatial database for geographic information systems
(GIS).
-To disable raster support and eliminate the gdal dependency,
-set RASTER=no. If you choose this path, be aware that
-postgis will still need the two dependencies that gdal
-relies on, proj and geos.
-
To disable the GTK-based graphical interface for shp2pgsql,
set GUI=no.
-
-This SlackBuild does not build the PostGIS JDBC driver since
-the build requires Apache Maven to download dependencies at
-build time. The optional dependencies needed to build the
-driver are: apache-ant, apache-maven, and postgres-jdbc.