summaryrefslogtreecommitdiff
path: root/geography/mapserver
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-07 08:57:06 +0000
committerwiz <wiz@pkgsrc.org>2016-07-07 08:57:06 +0000
commit617c5c3790290b70036efea8f9bdcd840f28a747 (patch)
treef33f353a0450669b899e3b424134899e8d1a897e /geography/mapserver
parent6a4218a4984359805aacf0d1e5b65371b55b340c (diff)
downloadpkgsrc-617c5c3790290b70036efea8f9bdcd840f28a747.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