diff options
author | maho <maho@FreeBSD.org> | 2008-01-04 12:05:39 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-01-04 12:05:39 +0800 |
commit | 3006c8d19aae5971c3c8905676ae554bd7fa4a70 (patch) | |
tree | 7b7558d3f67e04d4234fac8d43b984498c09370e /math | |
parent | cacb5097be46a28cdccbd9a59770b25ffafca9f2 (diff) | |
download | freebsd-ports-graphics-3006c8d19aae5971c3c8905676ae554bd7fa4a70.tar.gz freebsd-ports-graphics-3006c8d19aae5971c3c8905676ae554bd7fa4a70.tar.zst freebsd-ports-graphics-3006c8d19aae5971c3c8905676ae554bd7fa4a70.zip |
Add gsed in the RUN_DEPEND section.
mkoctfile requres gsed.
Submitted by: pav
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 986d34ec219..169ee4c3a63 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/lib/libglpk.a:${PORTSDIR}/math/glpk \ gsed:${PORTSDIR}/textproc/gsed \ dvips:${PORTSDIR}/print/dvipsk-tetex -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ + gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ |