aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-10 04:13:55 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-10 04:13:55 +0000
commit19cb02ac12a3cc2431b6dc1487a5636c0a18179b (patch)
treea55dfcbb4f0531276156774d273ea69208b910f1 /graphics/mapserver
parent82cbc641d585ac3e2dd35bc867e596bf42bf9f11 (diff)
downloadports-19cb02ac12a3cc2431b6dc1487a5636c0a18179b.tar.gz
ports-19cb02ac12a3cc2431b6dc1487a5636c0a18179b.zip
Chase GDAL shared library version update.
Notes
Notes: svn path=/head/; revision=150771
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 53148273a0fa..36e46b90d54e 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient
.endif
.if defined(WITH_GDAL)
-LIB_DEPENDS+= gdal.4:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS+= gdal.10:${PORTSDIR}/graphics/gdal
CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \
--with-ogr=${LOCALBASE}/bin/gdal-config
.endif