diff options
author | wiz <wiz> | 2016-07-07 08:57:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-07-07 08:57:06 +0000 |
commit | 3ccbcf9013cd07bb0dbdbe0bebcb867faedd1276 (patch) | |
tree | 91f0da15aaf009a8f83990cefa3c3a099f6a0718 /geography/mapserver | |
parent | 5f9cbc27f3b17f46a5b898ec79993bc1ec28e4de (diff) | |
download | pkgsrc-3ccbcf9013cd07bb0dbdbe0bebcb867faedd1276.tar.gz |
Switch to postgresql-postgis2.
Untested, but postgresql-postgis is gone.
Diffstat (limited to 'geography/mapserver')
-rw-r--r-- | geography/mapserver/options.mk | 4 |
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 |