summaryrefslogtreecommitdiff
path: root/geography/gdal-lib
diff options
context:
space:
mode:
authorgdt <gdt>2013-08-30 16:41:48 +0000
committergdt <gdt>2013-08-30 16:41:48 +0000
commitb162df20906df9605d74301d9750babe884df64c (patch)
treec466c0e7e0bcb976144cb9362a8b5e34ab7182d2 /geography/gdal-lib
parent8755ee01c58e804cacaf713ac17c1e84efcba3f0 (diff)
downloadpkgsrc-b162df20906df9605d74301d9750babe884df64c.tar.gz
Revbump due to incorrect geos usage.
gdal links against the geos C++ library, which the geos docs say not to do. (The C++ library has a new shlib name every release, because humans cannot understand if changes to C++ sources cause ABI changes.)
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r--geography/gdal-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 4818314b8a5..45c41be32d6 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.60 2013/08/18 11:08:52 gdt Exp $
+# $NetBSD: Makefile,v 1.61 2013/08/30 16:41:48 gdt Exp $
VERSION= 1.9.2
DISTNAME= gdal-${VERSION}
PKGNAME= gdal-lib-${VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/gdal/