diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-07 21:28:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-07 21:28:46 +0800 |
commit | 63ec267806b5ff322d3afe6fcd9bcbf1386e9897 (patch) | |
tree | 8942bf2aeab509bd5bf00a7c161af7414ff7c7a1 /graphics | |
parent | cb6380896567ca27485ea16eb4c75622d6255dad (diff) | |
download | freebsd-ports-gnome-63ec267806b5ff322d3afe6fcd9bcbf1386e9897.tar.gz freebsd-ports-gnome-63ec267806b5ff322d3afe6fcd9bcbf1386e9897.tar.zst freebsd-ports-gnome-63ec267806b5ff322d3afe6fcd9bcbf1386e9897.zip |
- Resolve conflict with archivers/minizip: rename libminizip to libkmlminizip
- Bump PORTREVISION for science/libkml shlib change
PR: 206560 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 3708c62538e2..8267a750d8bf 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -113,6 +113,7 @@ XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile + @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure # Cleanup bundled libraries @${RM} -fr ${WRKSRC}/frmts/gif/giflib/ @${RM} -fr ${WRKSRC}/frmts/gtiff/libgeotiff/ |