aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdal
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-04-12 23:17:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-04-12 23:17:34 +0800
commit878cb23cb17f4f60314affdc726cb8f269feaa5a (patch)
tree2bed523c875211e8d1d257af961a72fe47160d79 /graphics/gdal
parent9cd803b337d6ad789e460dddf0729998d53417d7 (diff)
downloadfreebsd-ports-gnome-878cb23cb17f4f60314affdc726cb8f269feaa5a.tar.gz
freebsd-ports-gnome-878cb23cb17f4f60314affdc726cb8f269feaa5a.tar.zst
freebsd-ports-gnome-878cb23cb17f4f60314affdc726cb8f269feaa5a.zip
- Bump PORTREVISION for science/netcdf4 shlib change
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index ed6861256ae9..0cdb09bb4cc1 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gdal
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/ \
ftp://ftp.remotesensing.org/pub/gdal/ \
@@ -145,7 +146,7 @@ CONFIGURE_ARGS+= --with-mysql=no
.if defined(WITH_NETCDF)
.if (${NETCDF_VER} == "4")
-LIB_DEPENDS+= netcdf.6:${PORTSDIR}/science/netcdf4
+LIB_DEPENDS+= netcdf.7:${PORTSDIR}/science/netcdf4
.else
LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf
.endif