diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-08-06 03:43:24 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-08-06 03:43:24 +0000 |
commit | f5e2f0aef19c217720cd367d3b5544fdd3a55e59 (patch) | |
tree | aec9420383ef7269452d121993d74d9b98a15122 /math/octave/Makefile | |
parent | 4e9fc479805aa43e7df49064622c6c6b97122f15 (diff) | |
download | ports-f5e2f0aef19c217720cd367d3b5544fdd3a55e59.tar.gz ports-f5e2f0aef19c217720cd367d3b5544fdd3a55e59.zip |
Notes
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index da50130db9f1..30ff79269506 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -26,6 +27,7 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull \ arpack:${PORTSDIR}/math/arpack \ + qrupdate:${PORTSDIR}/math/qrupdate \ fftw3f:${PORTSDIR}/math/fftw3-float \ fftw3:${PORTSDIR}/math/fftw3 \ ftgl:${PORTSDIR}/graphics/ftgl \ |