diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 22:39:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 22:39:18 +0000 |
commit | 810f84e649e95e4dfb4625500125a20143de862e (patch) | |
tree | f112fd00aa4629920778ac3733e605e35c5a4570 /graphics/mapserver | |
parent | 252674374e61956427adb94d7c171c52ac2bd579 (diff) | |
download | ports-810f84e649e95e4dfb4625500125a20143de862e.tar.gz ports-810f84e649e95e4dfb4625500125a20143de862e.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 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 |