diff options
author | wiz <wiz> | 2001-03-22 13:30:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-22 13:30:58 +0000 |
commit | 8fbaafc3dbfb77e5ad5ee0819a3fe567fe4482e5 (patch) | |
tree | 89f26ca35ed927b07e74736e8cc3e9a33864a275 /math/octave | |
parent | 9e54a1a1e961175a09456ece6478b57a7dcaf055 (diff) | |
download | pkgsrc-8fbaafc3dbfb77e5ad5ee0819a3fe567fe4482e5.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 |