diff options
author | gdt <gdt> | 2012-11-15 22:09:41 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-11-15 22:09:41 +0000 |
commit | 9709864d2aa2452b30b433eed25745e34ce1a9f9 (patch) | |
tree | e2bd821868a5a8aea61c8a7ff4144ac314b90660 /geography | |
parent | b21f862cff06297b69a5a01c5da5acee8ff453a3 (diff) | |
download | pkgsrc-9709864d2aa2452b30b433eed25745e34ce1a9f9.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/ |