summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-14 07:14:53 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-14 07:14:53 +0000
commit9565a6ac03169532bbc0e9a20ccca2b09fed797a (patch)
treee30ca8cfeb372d054c5b45270f8a2238d78a444f /databases
parentAdd PostGIS 2.1.0 (diff)
- RASTER option should not be default (it was enabled for testing)
Notes
Notes: svn path=/head/; revision=327230
Diffstat (limited to 'databases')
-rw-r--r--databases/postgis21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile
index 239fcaa9b429..b9a61f76bae7 100644
--- a/databases/postgis21/Makefile
+++ b/databases/postgis21/Makefile
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
USE_PERL5_BUILD= yes
OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY
-OPTIONS_DEFAULT= TOPOLOGY RASTER
+OPTIONS_DEFAULT= TOPOLOGY
PLIST_SUB+= PORTVERSION=${PORTVERSION}