diff options
author | gdt <gdt@pkgsrc.org> | 2013-08-18 11:08:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-08-18 11:08:52 +0000 |
commit | 820f693cdf0297da6ed554c3974c65e516a3ce46 (patch) | |
tree | 501047e0f33a842b024b1d89d1d4c41a020f7b2c /geography | |
parent | f39a073f84fe304ffa950a8298adb6479be40c73 (diff) | |
download | pkgsrc-820f693cdf0297da6ed554c3974c65e516a3ce46.tar.gz |
PKGREVISION++ due to geos update.
(This package links against the geos c++ library, which is a bug
according to geos documentation, and thus must be revbumped on every
geos update.)
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 8c9acb19fc0..4818314b8a5 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2013/07/05 13:29:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2013/08/18 11:08:52 gdt Exp $ VERSION= 1.9.2 DISTNAME= gdal-${VERSION} PKGNAME= gdal-lib-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/ |