aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-26 09:03:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-26 09:03:15 +0000
commit68e1f787db0b739e23b83d6be6dbe61836367d56 (patch)
treef9a29721f7d32b3f6c5ea781fef466e60b15664e /graphics/gdal/Makefile
parent05f7c274ee656b8169e04d4c5687bc5b6548d96e (diff)
downloadports-68e1f787db0b739e23b83d6be6dbe61836367d56.tar.gz
ports-68e1f787db0b739e23b83d6be6dbe61836367d56.zip
- Bump PORTREVISION for graphics/libgeotiff shlib change
Notes
Notes: svn path=/head/; revision=295545
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r--graphics/gdal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index b8b5724b34dd..51906ac0e6e8 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdal
PORTVERSION= 1.8.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/ \
ftp://ftp.remotesensing.org/pub/gdal/ \
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+= --with-geos=no
.endif
.if !defined(WITHOUT_GEOTIFF)
-LIB_DEPENDS+= geotiff.2:${PORTSDIR}/graphics/libgeotiff
+LIB_DEPENDS+= geotiff.3:${PORTSDIR}/graphics/libgeotiff
CONFIGURE_ARGS+= --with-geotiff=${LOCALBASE}
.endif