diff options
author | maho <maho@FreeBSD.org> | 2009-01-07 09:43:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-01-07 09:43:28 +0800 |
commit | bf45f277648852ebfdca3c1bb1f40d40eb3db5c1 (patch) | |
tree | 1b95a85a12a51e021a8f0a951c5fda936d1c34e7 /math | |
parent | a4f86d800cd6bd60056ec21b8cbfcf3639ecedf4 (diff) | |
download | freebsd-ports-gnome-bf45f277648852ebfdca3c1bb1f40d40eb3db5c1.tar.gz freebsd-ports-gnome-bf45f277648852ebfdca3c1bb1f40d40eb3db5c1.tar.zst freebsd-ports-gnome-bf45f277648852ebfdca3c1bb1f40d40eb3db5c1.zip |
* Remove direct dependency to gcc42. now USE_FORTRAN implies
RUN_DEPENDS as well. (now points to gcc43, though).
* Bump portrevision.
Submitted by: pav, gerald
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index f5edb7725ff8..0e1ab3d65a02 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -20,8 +20,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ dvips:${PORTSDIR}/print/dvipsk-tetex RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ - gsed:${PORTSDIR}/textproc/gsed \ - gfortran42:${PORTSDIR}/lang/gcc42 + gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ glpk.19:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ |