diff options
author | adam <adam@pkgsrc.org> | 2013-05-09 07:39:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-05-09 07:39:04 +0000 |
commit | 2459ac824ee31120542e67edf141470b8ba6b0a8 (patch) | |
tree | b524a25ba799154d33caad030018d775695a0c48 /geography/gdal-lib | |
parent | 2b56a8ee0ac76a764e929cf4446a9966cbfcae87 (diff) | |
download | pkgsrc-2459ac824ee31120542e67edf141470b8ba6b0a8.tar.gz |
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r-- | geography/gdal-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 35e2f379eba..e9fa05a8ef8 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2013/04/09 15:58:54 adam Exp $ +# $NetBSD: Makefile,v 1.58 2013/05/09 07:39:51 adam Exp $ VERSION= 1.9.2 DISTNAME= gdal-${VERSION} PKGNAME= gdal-lib-${VERSION} +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/ |