aboutsummaryrefslogtreecommitdiff
path: root/math/p5-NetCDF
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 03:17:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 03:17:19 +0000
commita63f38bc0640a4068bb75f3a47549443f2934040 (patch)
treec25f16e279d111bbdccec651cfe390f8432326e7 /math/p5-NetCDF
parent095fbe3e1ac5c36839609020469db604066f1593 (diff)
downloadports-a63f38bc0640a4068bb75f3a47549443f2934040.tar.gz
ports-a63f38bc0640a4068bb75f3a47549443f2934040.zip
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and dependency change from science/netcdf4 to science/netcdf [1] Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=352855
Diffstat (limited to 'math/p5-NetCDF')
-rw-r--r--math/p5-NetCDF/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile
index 9e2c875f92f1..4b28385cc5c1 100644
--- a/math/p5-NetCDF/Makefile
+++ b/math/p5-NetCDF/Makefile
@@ -3,7 +3,7 @@
PORTNAME= NetCDF
PORTVERSION= 1.2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/
PKGNAMEPREFIX= p5-
@@ -12,13 +12,7 @@ DISTNAME= netcdf-perl-${PORTVERSION}
MAINTAINER= rand@meridian-enviro.com
COMMENT= Perl5 module to read and write netCDF files
-NETCDF_VER?= 4
-
-.if (${NETCDF_VER} == 4)
-LIB_DEPENDS= libnetcdf.so.7:${PORTSDIR}/science/netcdf4
-.else
-LIB_DEPENDS= libnetcdf.so.4:${PORTSDIR}/science/netcdf
-.endif
+LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
USES= perl5