diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
commit | 095fbe3e1ac5c36839609020469db604066f1593 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /math/matio | |
parent | b7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff) | |
download | ports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz ports-095fbe3e1ac5c36839609020469db604066f1593.zip |
Notes
Diffstat (limited to 'math/matio')
-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} |