diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-15 22:09:41 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-15 22:09:41 +0000 |
commit | 2442d9d0739b154ca9938335cc967bbbca0c89a1 (patch) | |
tree | e2bd821868a5a8aea61c8a7ff4144ac314b90660 /geography/gdal-lib | |
parent | 27ac3ca7801c6fec3c61172255e6e29bc9e257fa (diff) | |
download | pkgsrc-2442d9d0739b154ca9938335cc967bbbca0c89a1.tar.gz |
PKGREVISION++, because this package (wrongly, in the opinion of geos)
links against the geos C++ library (which is unstable).
Diffstat (limited to 'geography/gdal-lib')
-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 a1d2cd4113e..50cf6083a90 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2012/10/04 09:19:17 asau Exp $ +# $NetBSD: Makefile,v 1.49 2012/11/15 22:09:41 gdt Exp $ VERSION= 1.9.1 DISTNAME= gdal-${VERSION} PKGNAME= gdal-lib-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/ |