summaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-15 22:39:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-15 22:39:18 +0000
commit810f84e649e95e4dfb4625500125a20143de862e (patch)
treef112fd00aa4629920778ac3733e605e35c5a4570 /graphics/mapserver
parent- Update to 1.4.4 (diff)
- Chase gdal update
Notes
Notes: svn path=/head/; revision=203817
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 aaa15e32735d..25912740d3af 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.10:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS+= gdal.12:${PORTSDIR}/graphics/gdal
CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \
--with-ogr=${LOCALBASE}/bin/gdal-config
.endif