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 | df474ca27ad0e4ca402e55972ee7ce1798940f7a (patch) | |
tree | 501047e0f33a842b024b1d89d1d4c41a020f7b2c /geography/gdal-lib | |
parent | a8cf98926a9fbe596650ff2d83ccc9e803a25562 (diff) | |
download | pkgsrc-df474ca27ad0e4ca402e55972ee7ce1798940f7a.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/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 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/ |