diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 2000-06-23 02:33:11 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 2000-06-23 02:33:11 +0000 |
commit | c3a07c18975f38deb8cf2136722503de30f09dc3 (patch) | |
tree | 1262efff59307c0743cd0f6db16ad9f9658c19af /math/octave | |
parent | dd7e084d5eaa49569a8d3eb438303f501f38418e (diff) |
Notes
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 7fe07b5a8cac..6a14a1d90690 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 2.1.30 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ -USE_BZIP2= yes MAINTAINER= chuckr@FreeBSD.org +USE_BZIP2= yes BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |