diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-19 18:07:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-19 18:07:14 +0800 |
commit | 7739ab3ddd2c1e45721b70001d07b29dc5e28be3 (patch) | |
tree | 039814b34945c2a1c66dea6e861972afac2b055e /graphics/mapserver | |
parent | 94fa55cb84c9fd0feca266d06f947e01b7dd24e8 (diff) | |
download | freebsd-ports-gnome-7739ab3ddd2c1e45721b70001d07b29dc5e28be3.tar.gz freebsd-ports-gnome-7739ab3ddd2c1e45721b70001d07b29dc5e28be3.tar.zst freebsd-ports-gnome-7739ab3ddd2c1e45721b70001d07b29dc5e28be3.zip |
- Bump PORTREVISION for graphics/gdal shlib change
Diffstat (limited to 'graphics/mapserver')
-rw-r--r-- | graphics/mapserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 4fc607a64cb3..eee904d4d6c0 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= mapserver PORTVERSION= 6.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -86,7 +86,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient .endif .if !defined(WITHOUT_GDAL) -LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.17:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif |