aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdal
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-07-26 22:34:40 +0800
committersylvio <sylvio@FreeBSD.org>2010-07-26 22:34:40 +0800
commit4b4c0a785f68237255d2fcac09ffe70c00bbf4ca (patch)
tree75b582d136a1a3d0acbc892f3b951b7628502e3b /graphics/gdal
parent86e886370813eaeb455a77aa064d0555e9bc5252 (diff)
downloadfreebsd-ports-gnome-4b4c0a785f68237255d2fcac09ffe70c00bbf4ca.tar.gz
freebsd-ports-gnome-4b4c0a785f68237255d2fcac09ffe70c00bbf4ca.tar.zst
freebsd-ports-gnome-4b4c0a785f68237255d2fcac09ffe70c00bbf4ca.zip
- BUMP PORTREVISION due of update of graphics/libgeotiff.
PR: ports/146531 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 148585cf2cfe..a347f130de67 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdal
PORTVERSION= 1.6.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics geography
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ \
http://www.gdal.org/dl/ \
@@ -95,7 +95,7 @@ CONFIGURE_ARGS+= --with-geos=no
.endif
.if !defined(WITHOUT_GEOTIFF)
-LIB_DEPENDS+= geotiff.1:${PORTSDIR}/graphics/libgeotiff
+LIB_DEPENDS+= geotiff.2:${PORTSDIR}/graphics/libgeotiff
CONFIGURE_ARGS+= --with-libgeotiff=${LOCALBASE}
.endif