aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-12-10 12:13:55 +0800
committerlawrance <lawrance@FreeBSD.org>2005-12-10 12:13:55 +0800
commit899dd95e7e09b7e02932d0a863515f10d6587a17 (patch)
tree2d574254c880c767f44a0eb0ea13809018e571d3 /graphics/mapserver
parent1996a272a48508b93af6619d7d82d2f9f3e958ed (diff)
downloadfreebsd-ports-gnome-899dd95e7e09b7e02932d0a863515f10d6587a17.tar.gz
freebsd-ports-gnome-899dd95e7e09b7e02932d0a863515f10d6587a17.tar.zst
freebsd-ports-gnome-899dd95e7e09b7e02932d0a863515f10d6587a17.zip
Chase GDAL shared library version update.
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