aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-14 21:29:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-14 21:29:25 +0000
commit8acf9e7a2751d2e3db7465f41b553da79bf9d322 (patch)
tree0b9d299675d1480af914665f9350b384a4de409a /graphics/gdal
parent54aa5ba965c260561b059cea24a4bba47de40d1c (diff)
downloadports-8acf9e7a2751d2e3db7465f41b553da79bf9d322.tar.gz
ports-8acf9e7a2751d2e3db7465f41b553da79bf9d322.zip
Notes
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 51000201036d..746a6da9ed77 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdal
PORTVERSION= 1.6.0
-PORTREVISION= 2
+PORTREVISION= 4
CATEGORIES= graphics geography
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ \
http://www.gdal.org/dl/ \
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --with-expat=no
.endif
.if defined(WITH_GEOS)
-LIB_DEPENDS+= geos.0:${PORTSDIR}/graphics/geos
+LIB_DEPENDS+= geos.7:${PORTSDIR}/graphics/geos
CONFIGURE_ARGS+= --with-geos=${LOCALBASE}/bin/geos-config
.else
CONFIGURE_ARGS+= --with-geos=no