diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-22 13:30:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-22 13:30:58 +0000 |
commit | 5494a4a377d1d70cdddd5de5207fc055a7f2930d (patch) | |
tree | 89f26ca35ed927b07e74736e8cc3e9a33864a275 /math/octave | |
parent | b698f9bbd501845d0d623abc027264fc89df5b4d (diff) | |
download | pkgsrc-5494a4a377d1d70cdddd5de5207fc055a7f2930d.tar.gz |
gnuplot>=3.7
Diffstat (limited to 'math/octave')
-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 df98cefe24d..63508e6d7df 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/02/25 04:18:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.21 2001/03/22 13:30:58 wiz Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.16 @@ -15,7 +15,7 @@ COMMENT= High-level language, primarily intended for numerical computations BUILD_DEPENDS+= tex:../../print/teTeX BUILD_DEPENDS+= dvips:../../print/teTeX -DEPENDS+= gnuplot-3.7:../../graphics/gnuplot +DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot USE_X11= yes GNU_CONFIGURE= yes |