diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-18 16:19:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-18 16:19:57 +0000 |
commit | b1163294a84a55e0c02f914bc38747789d2a356a (patch) | |
tree | 5bf394f7b5e3e8d5cc8337470e6dff7958a45192 /science/hdf5 | |
parent | ebf15de2206870790417b0dbaf55411d06c02fb8 (diff) | |
download | ports-b1163294a84a55e0c02f914bc38747789d2a356a.tar.gz ports-b1163294a84a55e0c02f914bc38747789d2a356a.zip |
Notes
Diffstat (limited to 'science/hdf5')
-rw-r--r-- | science/hdf5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 1935e5f48c8c..b6673a678ae0 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.14 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ ftp://ftp.hdfgroup.org/HDF5/current/src/ \ @@ -43,7 +44,7 @@ FORTRAN_CONFIGURE_ENV= F9X=${FC} FORTRAN_CONFIGURE_OFF= --disable-fortran --disable-fortran2003 FORTRAN_CONFIGURE_ON= --enable-fortran --enable-fortran2003 FORTRAN_USES= fortran -SZIP_CONFIGURE_ARGS= --with-szlib=${LOCALBASE} +SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip post-patch: |