diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:17:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:17:34 +0800 |
commit | 878cb23cb17f4f60314affdc726cb8f269feaa5a (patch) | |
tree | 2bed523c875211e8d1d257af961a72fe47160d79 /graphics | |
parent | 9cd803b337d6ad789e460dddf0729998d53417d7 (diff) | |
download | freebsd-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')
-rw-r--r-- | graphics/gdal/Makefile | 3 | ||||
-rw-r--r-- | graphics/grads/Makefile | 2 |
2 files changed, 3 insertions, 2 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 diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index 8adfab453451..7e4ba4a800f0 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -7,7 +7,7 @@ PORTNAME= grads PORTVERSION= 1.9b4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ ftp://grads.iges.org/grads/:other |