diff options
author | pav <pav@FreeBSD.org> | 2007-12-16 06:39:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-16 06:39:18 +0800 |
commit | a39b7a18f557ac45e5e1be4fa2750f02f13fc304 (patch) | |
tree | c95132ff77da40c9c87caba1ff45c2b2dd227b42 /graphics/mapserver/Makefile | |
parent | 1f0f0b58db3dafb24f5a22b1383670f2c72b7239 (diff) | |
download | freebsd-ports-gnome-a39b7a18f557ac45e5e1be4fa2750f02f13fc304.tar.gz freebsd-ports-gnome-a39b7a18f557ac45e5e1be4fa2750f02f13fc304.tar.zst freebsd-ports-gnome-a39b7a18f557ac45e5e1be4fa2750f02f13fc304.zip |
- Chase gdal update
Diffstat (limited to 'graphics/mapserver/Makefile')
-rw-r--r-- | graphics/mapserver/Makefile | 2 |
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 |