diff options
Diffstat (limited to 'graphics/opendx/Makefile')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index c70a7af50a36..b696087c3a5b 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -35,7 +35,7 @@ IGNORE= HDF and NETCDF are conflicting .endif .if defined(WITH_HDF) -LIB_DEPENDS+= mfhdf:${PORTSDIR}/science/hdf +LIB_DEPENDS+= libmfhdf.so:${PORTSDIR}/science/hdf .else CONFIGURE_ARGS+= --without-hdf .endif |