aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-27 23:17:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-27 23:17:38 +0000
commit78f963d9bd429f620c69a3be14bb27f1405cd787 (patch)
tree6441f17e6a1f1f5e4e71a90d6e069f0d6c2ed379 /graphics/gdal
parent3dca10884c073194f5e6cd73b95ae303f578b7cd (diff)
downloadports-78f963d9bd429f620c69a3be14bb27f1405cd787.tar.gz
ports-78f963d9bd429f620c69a3be14bb27f1405cd787.zip
- Chase graphics/proj shlib bump
Notes
Notes: svn path=/head/; revision=244872
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 284cd9ce5f18..4d0a4ce72ea0 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdal
PORTVERSION= 1.6.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics geography
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ \
http://www.gdal.org/dl/ \
@@ -171,7 +171,7 @@ CONFIGURE_ARGS+= --with-php
.endif
.if defined(WITH_PROJ4)
-LIB_DEPENDS+= proj.5:${PORTSDIR}/graphics/proj
+LIB_DEPENDS+= proj.6:${PORTSDIR}/graphics/proj
CONFIGURE_ARGS+= --with-static-proj4=${LOCALBASE}
.else
CONFIGURE_ARGS+= --with-static-proj4=no