diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-29 13:09:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-29 13:09:13 +0000 |
commit | a278210450d04e80740fb64ba951fe05709e379d (patch) | |
tree | 2906c81f04c9ccd23c4bf792e2ac821287d4a5d3 /graphics/mapserver | |
parent | 2013cb380166a3691d956431ed60ff4f6703ee92 (diff) |
Notes
Diffstat (limited to 'graphics/mapserver')
-rw-r--r-- | graphics/mapserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index bed909998143..69906c780b0e 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapserver PORTVERSION= 5.6.6 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -80,7 +81,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif |