diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-23 04:19:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-23 04:19:45 +0800 |
commit | 5e4443bed99e24dcdf6da5f38c80b4c51d98da1f (patch) | |
tree | ee32cac0abc76a30ad6c7b79866f2336ed7d6658 /databases | |
parent | dedc8f0dc32a8ae556eddbfe525cd656b4797dfa (diff) | |
download | freebsd-ports-gnome-5e4443bed99e24dcdf6da5f38c80b4c51d98da1f.tar.gz freebsd-ports-gnome-5e4443bed99e24dcdf6da5f38c80b4c51d98da1f.tar.zst freebsd-ports-gnome-5e4443bed99e24dcdf6da5f38c80b4c51d98da1f.zip |
- Update CONFLICTS_INSTALL
- Add PORTSCOUT
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 \ |