diff options
author | gdt <gdt@pkgsrc.org> | 2014-09-13 00:57:00 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-09-13 00:57:00 +0000 |
commit | 61f907653cf10cb3bbe3e2f27f7576e40d371fc9 (patch) | |
tree | dfaf6ee00a2e400eea8fb55af47757d25d56d843 /geography/gdal-lib/Makefile | |
parent | b16793ee9683bc8c924dd64916ccd35c4bd46229 (diff) | |
download | pkgsrc-61f907653cf10cb3bbe3e2f27f7576e40d371fc9.tar.gz |
Make pgsql option defult to off.
This option fixes a pgsql version, and we're not really set up to deal
with that. It makes postgis only build for that one version. So far,
I'm not aware of a reason to have pgsql support in gdal. So, just
turn it off, and we can figure out a way to deal if there is actually
a need.
Discussed with Filip during postgis2 packaging, and I think suggested
to Brook and Adam.
Diffstat (limited to 'geography/gdal-lib/Makefile')
-rw-r--r-- | geography/gdal-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 40ccd52f4a1..926f6ee6604 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.68 2014/09/03 10:41:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.69 2014/09/13 00:57:00 gdt Exp $ VERSION= 1.9.2 DISTNAME= gdal-${VERSION} PKGNAME= gdal-lib-${VERSION} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/ |