diff options
author | pav <pav@FreeBSD.org> | 2009-01-18 03:24:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-18 03:24:48 +0800 |
commit | 0b82acbf2e69f395bdf7979a451c255a5dbeaeac (patch) | |
tree | 329e646122a87f8ad853f0167446db439c9d5d38 /graphics | |
parent | 36b10872c836168e4760ebc478af90af5dd5910c (diff) | |
download | freebsd-ports-gnome-0b82acbf2e69f395bdf7979a451c255a5dbeaeac.tar.gz freebsd-ports-gnome-0b82acbf2e69f395bdf7979a451c255a5dbeaeac.tar.zst freebsd-ports-gnome-0b82acbf2e69f395bdf7979a451c255a5dbeaeac.zip |
- libmfhdf is now at so.3 in science/hdf port
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/grads/Makefile | 4 | ||||
-rw-r--r-- | graphics/opendx/Makefile | 2 |
3 files changed, 4 insertions, 4 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 diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index dff64438c8c3..4768ef057317 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -7,7 +7,7 @@ PORTNAME= grads PORTVERSION= 1.9b3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ ftp://grads.iges.org/grads/:other @@ -39,7 +39,7 @@ OPTIONS= HDF "Build hdf-support (only hdf OR netcdf is supported)" on \ .include <bsd.port.pre.mk> .if defined(WITH_HDF) -LIB_DEPENDS+= mfhdf.2:${PORTSDIR}/science/hdf +LIB_DEPENDS+= mfhdf.3:${PORTSDIR}/science/hdf CONFIGURE_ARGS+= --with-hdf PLIST_SUB+= NETCDF="@comment " HDF="" .endif diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 616b3c479b8e..78ca973a632d 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -38,7 +38,7 @@ IGNORE= HDF and NETCDF are conflicting .endif .if defined(WITH_HDF) -LIB_DEPENDS+= mfhdf.2:${PORTSDIR}/science/hdf +LIB_DEPENDS+= mfhdf.3:${PORTSDIR}/science/hdf .else CONFIGURE_ARGS+= --without-hdf .endif |