diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-12 15:17:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-12 15:17:34 +0000 |
commit | 4220347afad5a1b9968651da7901aadbb220e5bd (patch) | |
tree | 7cdd537ed4fcda992616c8248c617aa8f766af47 /graphics/gdal | |
parent | 9eb8f07c0feb59c824defea7a88a6a4a4ad2b42f (diff) |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 3 |
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 |