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 | 4e94f41d4e034325fd6ff8cca2a2e7ec24896f38 (patch) | |
tree | e2bd821868a5a8aea61c8a7ff4144ac314b90660 /geography | |
parent | a3a7af78d5365f56fb1054459fce2ba9fb0e623c (diff) | |
download | pkgsrc-4e94f41d4e034325fd6ff8cca2a2e7ec24896f38.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')
-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/ |