diff options
author | stephen <stephen@FreeBSD.org> | 2011-10-03 11:55:31 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-10-03 11:55:31 +0800 |
commit | d979a3693e1bcfca865dcd6e53de31400afc4232 (patch) | |
tree | ca6601badf33ef2d38c15c2a63bd36e38d1aee4a /math/octave | |
parent | 876a2e44455f0db3e7e79187799cade2edfed7ee (diff) | |
download | freebsd-ports-gnome-d979a3693e1bcfca865dcd6e53de31400afc4232.tar.gz freebsd-ports-gnome-d979a3693e1bcfca865dcd6e53de31400afc4232.tar.zst freebsd-ports-gnome-d979a3693e1bcfca865dcd6e53de31400afc4232.zip |
- LIB_DEPENDS qhull -> qhull5
- Bump portrevision
PR: ports/161089
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 0e052897a58c..836db212414b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -32,7 +32,7 @@ LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \ ftgl:${PORTSDIR}/graphics/ftgl \ hdf5:${PORTSDIR}/science/hdf5-18 \ pcre.0:${PORTSDIR}/devel/pcre \ - qhull:${PORTSDIR}/math/qhull \ + qhull.5:${PORTSDIR}/math/qhull5 \ qrupdate:${PORTSDIR}/math/qrupdate \ umfpack.1:${PORTSDIR}/math/suitesparse \ glpk.30:${PORTSDIR}/math/glpk |