diff options
author | gdt <gdt> | 2013-08-30 16:41:48 +0000 |
---|---|---|
committer | gdt <gdt> | 2013-08-30 16:41:48 +0000 |
commit | 5f81ec544f59db54a48052a2d3eb1e7483bf6790 (patch) | |
tree | c466c0e7e0bcb976144cb9362a8b5e34ab7182d2 /geography | |
parent | c2fcea04063829190b267a9de509f76967d21462 (diff) | |
download | pkgsrc-5f81ec544f59db54a48052a2d3eb1e7483bf6790.tar.gz |
Revbump due to incorrect geos usage.
gdal links against the geos C++ library, which the geos docs say not
to do. (The C++ library has a new shlib name every release, because
humans cannot understand if changes to C++ sources cause ABI changes.)
Diffstat (limited to 'geography')
-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 4818314b8a5..45c41be32d6 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.60 2013/08/18 11:08:52 gdt Exp $ +# $NetBSD: Makefile,v 1.61 2013/08/30 16:41:48 gdt Exp $ VERSION= 1.9.2 DISTNAME= gdal-${VERSION} PKGNAME= gdal-lib-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/ |