aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-23 04:19:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-23 04:19:45 +0800
commit5e4443bed99e24dcdf6da5f38c80b4c51d98da1f (patch)
treeee32cac0abc76a30ad6c7b79866f2336ed7d6658 /databases
parentdedc8f0dc32a8ae556eddbfe525cd656b4797dfa (diff)
downloadfreebsd-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/Makefile4
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 \