diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-15 15:00:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-15 15:00:46 +0800 |
commit | de8f4226f4fdba3ceab1926224838be2587163e0 (patch) | |
tree | 960a557123f230aca951d7c2f2133419f5e4e270 /graphics | |
parent | 01a7b31527a5764bdc03d41afd700474f47d5484 (diff) | |
download | freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.gz freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.zst freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.zip |
- Bump PORTREVISION for science/hdf5-18 shlib change
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 0cdb09bb4cc1..e75c8c5fa299 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdal PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -120,7 +120,7 @@ CONFIGURE_ARGS+= --with-hdf4=${LOCALBASE} .if defined(WITH_HDF5) .if (${NETCDF_VER} == "4") -LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 .else LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 .endif |