diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-29 09:23:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-29 09:23:27 +0800 |
commit | 5e2a7c22769300c56ed0167372c453ee9e1e2a97 (patch) | |
tree | 160f3fccb2a5c517ebc7d45daf4bee03bd9c9c3b /science/netcdf4 | |
parent | 9ea67db7953f6c68bf134011f218c5bbaeb80d64 (diff) | |
download | freebsd-ports-gnome-5e2a7c22769300c56ed0167372c453ee9e1e2a97.tar.gz freebsd-ports-gnome-5e2a7c22769300c56ed0167372c453ee9e1e2a97.tar.zst freebsd-ports-gnome-5e2a7c22769300c56ed0167372c453ee9e1e2a97.zip |
- Revert devel/hdf5-18 shlib version back to 6 as hdf5 1.8.7 (ports/158394) is not committed yet
Diffstat (limited to 'science/netcdf4')
-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 |