diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index 350e814f9aac..8358fea75131 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgeos.so:graphics/geos \ libjson-c.so:devel/json-c \ libproj.so:graphics/proj -CONFLICTS_INSTALL= postgis-2.1.* postgis22-* +CONFLICTS_INSTALL= postgis- postgis22- postgis23- OPTIONS_DEFINE= LOADERGUI NLS RASTER TOPOLOGY OPTIONS_DEFAULT=TOPOLOGY @@ -26,6 +26,8 @@ LOADERGUI_DESC= Enable shp2pgsql-gui RASTER_DESC= Raster support TOPOLOGY_DESC= Topology support +PORTSCOUT= limit:^2.0.[0-9]* + CONFIGURE_ARGS= --with-geosconfig=${LOCALBASE}/bin/geos-config \ --with-jsondir=${LOCALBASE} \ --with-pgconfig=${LOCALBASE}/bin/pg_config \ |