diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-29 01:23:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-29 01:23:27 +0000 |
commit | bcc45873c1c6611a3364360a30a6a5c5f36da949 (patch) | |
tree | 4fb9ad29f68e2c3b9ab801f383b2656be3d693f1 | |
parent | - Update to 4.1.3 (diff) |
- Revert devel/hdf5-18 shlib version back to 6 as hdf5 1.8.7 (ports/158394) is not committed yet
Notes
Notes:
svn path=/head/; revision=276627
-rw-r--r-- | science/netcdf4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index db6985e132d3..b046bdebdba0 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS= hdf5.6:${PORTSDIR}/science/hdf5-18 MAKE_ENV= INFODIR="${PREFIX}/${INFO_PATH}" MAKEINFOFLAGS="--no-split" USE_GNOME= gnomehack USE_LDCONFIG= yes |