aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-07-08 18:15:43 +0800
committermiwi <miwi@FreeBSD.org>2008-07-08 18:15:43 +0800
commit1ae594433f65f3aec3b9370e6596d760fc41cc85 (patch)
tree8e151bb03b5c348bacc63647c3e4c212b140657e
parent767681df74f890eae24980f9d2dad4d1d7059272 (diff)
downloadfreebsd-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/Makefile2
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