summaryrefslogtreecommitdiff
path: root/geography/mapserver
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-07 08:57:06 +0000
committerwiz <wiz>2016-07-07 08:57:06 +0000
commitd3919a6be79d084164bd27d6a9abb3f801368f44 (patch)
tree91f0da15aaf009a8f83990cefa3c3a099f6a0718 /geography/mapserver
parentb9aee1cefa7c0253c524415e8986a037a608d4c9 (diff)
downloadpkgsrc-d3919a6be79d084164bd27d6a9abb3f801368f44.tar.gz
Switch to postgresql-postgis2.
Untested, but postgresql-postgis is gone.
Diffstat (limited to 'geography/mapserver')
-rw-r--r--geography/mapserver/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/mapserver/options.mk b/geography/mapserver/options.mk
index 3907921fef9..f3bcc901b0f 100644
--- a/geography/mapserver/options.mk
+++ b/geography/mapserver/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2013/09/19 05:03:13 obache Exp $
+# $NetBSD: options.mk,v 1.5 2016/07/07 08:57:06 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mapserver
PKG_SUPPORTED_OPTIONS= fastcgi pgsql mysql x11
@@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-fastcgi
# PostgreSQL/PostGIS support
#
.if !empty(PKG_OPTIONS:Mpgsql)
-.include "../../databases/postgresql-postgis/buildlink3.mk"
+.include "../../databases/postgresql-postgis2/buildlink3.mk"
CONFIGURE_ARGS+= --with-postgis
.endif