diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-17 19:24:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-17 19:24:48 +0000 |
commit | cb1b867f940d4a22dc6c5a9edbb952890263e469 (patch) | |
tree | 29e488c70da8b69b7160814168c5df31b61bcfe6 /graphics/gdal | |
parent | 691a9fd83f68a1aaefa496ffa13c269892f24198 (diff) | |
download | ports-cb1b867f940d4a22dc6c5a9edbb952890263e469.tar.gz ports-cb1b867f940d4a22dc6c5a9edbb952890263e469.zip |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 69c524b43950..fd43bbe6effc 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -112,7 +112,7 @@ CONFIGURE_ARGS+= --with-grass=no .endif .if defined(WITH_HDF4) -LIB_DEPENDS+= mfhdf.2:${PORTSDIR}/science/hdf +LIB_DEPENDS+= mfhdf.3:${PORTSDIR}/science/hdf CONFIGURE_ARGS+= --with-hdf4=${LOCALBASE} .endif |