diff options
-rw-r--r-- | geography/gdal-lib/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 20f05827ab9..dc7139bb7fa 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2012/12/16 01:52:15 obache Exp $ +# $NetBSD: Makefile,v 1.51 2013/01/23 00:37:58 gdt Exp $ VERSION= 1.9.1 DISTNAME= gdal-${VERSION} PKGNAME= gdal-lib-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/ @@ -12,6 +12,10 @@ HOMEPAGE= http://www.gdal.org/ COMMENT= Translator library for raster geospatial data formats LICENSE= mit +# This package links against the geos C++ library. geos regards this +# as a bug and changes the C++ shlib version every release. Therefore +# this package needs revbumping on every geos update. + # There is mysterious failure to find gdal_version.h, even though it # is not a generated file, apparently caused by an odd make path that # fails to use the right includes. |