aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-19 10:07:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-19 10:07:14 +0000
commit9c7f3409d5891177e8975d603ff0ec39f0a74841 (patch)
tree3624045ed01800723d90846944a5f10399a075cb /graphics/mapserver
parent4bff8408e3b05e4762953dfec9f64c3bada766f7 (diff)
downloadports-9c7f3409d5891177e8975d603ff0ec39f0a74841.tar.gz
ports-9c7f3409d5891177e8975d603ff0ec39f0a74841.zip
Notes
Diffstat (limited to 'graphics/mapserver')
-rw-r--r--graphics/mapserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 4fc607a64cb3..eee904d4d6c0 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mapserver
PORTVERSION= 6.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics www geography
MASTER_SITES= http://download.osgeo.org/mapserver/
@@ -86,7 +86,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient
.endif
.if !defined(WITHOUT_GDAL)
-LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS+= gdal.17:${PORTSDIR}/graphics/gdal
CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \
--with-ogr=${LOCALBASE}/bin/gdal-config
.endif