diff options
Diffstat (limited to 'math/matio/Makefile')
-rw-r--r-- | math/matio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/matio/Makefile b/math/matio/Makefile index a84a543d9c74..b974e122a985 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -3,7 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF @@ -21,7 +21,7 @@ OPTIONS_DEFINE= HDF5 OPTIONS_DEFAULT= HDF5 HDF5_DESC= Support for MAT file version 7.3 -HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18 +HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 HDF5_CONFIGURE_ON= --enable-mat73=yes \ --with-hdf5=${LOCALBASE} |