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 /math | |
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 'math')
-rw-r--r-- | math/p5-NetCDF/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile index d3cd446d892b..5ca438acc243 100644 --- a/math/p5-NetCDF/Makefile +++ b/math/p5-NetCDF/Makefile @@ -7,6 +7,7 @@ PORTNAME= NetCDF PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/ PKGNAMEPREFIX= p5- @@ -18,7 +19,7 @@ COMMENT= Perl5 module to read and write netCDF files NETCDF_VER?= 4 .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 |