diff options
author | gdt <gdt@pkgsrc.org> | 2018-09-11 16:15:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2018-09-11 16:15:39 +0000 |
commit | 03a9175425bd02607de759737d78e44e91e37559 (patch) | |
tree | 36e65f1cf7a6cab9d757ca445a2fc6bb4aacd95f /geography | |
parent | 9d1ac39c4c06788537665866110549a378f4a570 (diff) | |
download | pkgsrc-03a9175425bd02607de759737d78e44e91e37559.tar.gz |
gdal-lib: revbump for geos C++ ABI change
together with libtool causing gdal's installed library to directly
depend on the C++ ABI.
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
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 cb64d1b3aaa..f09a637e8b7 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.104 2018/08/21 16:15:30 gdt Exp $ +# $NetBSD: Makefile,v 1.105 2018/09/11 16:15:39 gdt Exp $ -PKGREVISION= 4 +PKGREVISION= 5 .include "../../geography/gdal-lib/Makefile.common" PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} |