diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-08 18:15:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-08 18:15:43 +0800 |
commit | 1ae594433f65f3aec3b9370e6596d760fc41cc85 (patch) | |
tree | 8e151bb03b5c348bacc63647c3e4c212b140657e | |
parent | 767681df74f890eae24980f9d2dad4d1d7059272 (diff) | |
download | freebsd-ports-gnome-1ae594433f65f3aec3b9370e6596d760fc41cc85.tar.gz freebsd-ports-gnome-1ae594433f65f3aec3b9370e6596d760fc41cc85.tar.zst freebsd-ports-gnome-1ae594433f65f3aec3b9370e6596d760fc41cc85.zip |
- Chase graphics/gdal shlib bump
PR: 125394
Submitted by: "Zane C.B." <vvelox@vvelox.net>
Approved by: maintainer
Pointy hat to: rafan
-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 |