diff options
author | maho <maho@FreeBSD.org> | 2009-08-06 11:43:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-08-06 11:43:24 +0800 |
commit | a28855b5955c0c7d85c555c5fef2d157c3c88caa (patch) | |
tree | 7fde00fa1f4a091ef6c14f1ece6f8bcd0fa35991 /math/octave | |
parent | bf808a12d325ae26fced2d6730659d5c9677f825 (diff) | |
download | freebsd-ports-gnome-a28855b5955c0c7d85c555c5fef2d157c3c88caa.tar.gz freebsd-ports-gnome-a28855b5955c0c7d85c555c5fef2d157c3c88caa.tar.zst freebsd-ports-gnome-a28855b5955c0c7d85c555c5fef2d157c3c88caa.zip |
Add dependency to math/qrupdate, and bump portrevision.
Diffstat (limited to 'math/octave')
-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 \ |