diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-08 10:15:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-08 10:15:43 +0000 |
commit | 5da189accefb6b68c5d583865074f8a92e84537d (patch) | |
tree | 644320bed427170edbac5595aee91971dfd96be2 /graphics/mapserver | |
parent | f2a96f40176f8c8ecc3ff737467a76b46448cea9 (diff) | |
download | ports-5da189accefb6b68c5d583865074f8a92e84537d.tar.gz ports-5da189accefb6b68c5d583865074f8a92e84537d.zip |
Notes
Diffstat (limited to 'graphics/mapserver')
-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 3dc260c51b9c..d4efe7837273 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.12:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif |