diff options
author | maho <maho@FreeBSD.org> | 2008-06-09 08:51:02 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-06-09 08:51:02 +0800 |
commit | 6f947caa3c775ffe9477101df3f0624774bf7d31 (patch) | |
tree | 7ec4c2e6a45b6340488f8dd76f7b4c8849cb187c /math | |
parent | b98ec2088b0616ea3e7944adaf3fbe5cb7bfbcc0 (diff) | |
download | freebsd-ports-gnome-6f947caa3c775ffe9477101df3f0624774bf7d31.tar.gz freebsd-ports-gnome-6f947caa3c775ffe9477101df3f0624774bf7d31.tar.zst freebsd-ports-gnome-6f947caa3c775ffe9477101df3f0624774bf7d31.zip |
Fix dependency and bump portrevision.
PR: 124386
Submitted by: Max Brazhnikov
Diffstat (limited to 'math')
-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 3a9042395d03..fdd8548acf80 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -17,12 +17,12 @@ COMMENT= High-level interactive language for numerical computations BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ - ${LOCALBASE}/lib/libglpk.a:${PORTSDIR}/math/glpk \ gsed:${PORTSDIR}/textproc/gsed \ dvips:${PORTSDIR}/print/dvipsk-tetex RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ + glpk.13:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |