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/octave | |
parent | b7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff) | |
download | ports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz ports-095fbe3e1ac5c36839609020469db604066f1593.zip |
Notes
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 019990a34c01..510b10d38e6d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= octave @@ -27,7 +27,7 @@ LIB_DEPENDS= GraphicsMagick.14:${PORTSDIR}/graphics/GraphicsMagick13 \ fftw3f:${PORTSDIR}/math/fftw3-float \ fltk.1:${PORTSDIR}/x11-toolkits/fltk \ ftgl:${PORTSDIR}/graphics/ftgl \ - hdf5:${PORTSDIR}/science/hdf5-18 \ + libhdf5.so:${PORTSDIR}/science/hdf5 \ pcre.3:${PORTSDIR}/devel/pcre \ qhull.5:${PORTSDIR}/math/qhull5 \ qrupdate:${PORTSDIR}/math/qrupdate \ |