aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-NetCDF
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-03 11:17:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-03 11:17:19 +0800
commit4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf (patch)
treec25f16e279d111bbdccec651cfe390f8432326e7 /math/p5-NetCDF
parent4c8bd33779d7514cabed99d6c6eccbe6635ee926 (diff)
downloadfreebsd-ports-gnome-4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf.tar.gz
freebsd-ports-gnome-4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf.tar.zst
freebsd-ports-gnome-4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf.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]
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