aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdal
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-15 05:29:25 +0800
committermiwi <miwi@FreeBSD.org>2009-08-15 05:29:25 +0800
commit8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe (patch)
tree7b2b2a88c25efd216ebb4679fd87fe8e222efc63 /graphics/gdal
parent471b802ad3d54797f0050d27a4b0a15e3d6e5123 (diff)
downloadfreebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.tar.gz
freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.tar.zst
freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.zip
- Chase graphics/geos shlib bump
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