aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-07-08 10:15:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-07-08 10:15:43 +0000
commit5da189accefb6b68c5d583865074f8a92e84537d (patch)
tree644320bed427170edbac5595aee91971dfd96be2 /graphics/mapserver
parentf2a96f40176f8c8ecc3ff737467a76b46448cea9 (diff)
downloadports-5da189accefb6b68c5d583865074f8a92e84537d.tar.gz
ports-5da189accefb6b68c5d583865074f8a92e84537d.zip
- Chase graphics/gdal shlib bump
PR: 125394 Submitted by: "Zane C.B." <vvelox@vvelox.net> Approved by: maintainer Pointy hat to: rafan
Notes
Notes: svn path=/head/; revision=216517
Diffstat (limited to 'graphics/mapserver')
-rw-r--r--graphics/mapserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 3dc260c51b9c..d4efe7837273 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient
.endif
.if defined(WITH_GDAL)
-LIB_DEPENDS+= gdal.12:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal
CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \
--with-ogr=${LOCALBASE}/bin/gdal-config
.endif