diff options
author | bad <bad@pkgsrc.org> | 1999-02-09 16:08:58 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-02-09 16:08:58 +0000 |
commit | 95e36eb86f85c0ee67699ab1134070c36bc259b1 (patch) | |
tree | 2bcbefcde44cd63b28d2f9e29483d0cba28dda75 /math | |
parent | fe945af59ff1eec0954a07888ce26af0d0b3b79f (diff) | |
download | pkgsrc-95e36eb86f85c0ee67699ab1134070c36bc259b1.tar.gz |
GNU plot is now at v.3.7. Depend on that version.
Diffstat (limited to 'math')
-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 4df45ce454b..14403e72e5f 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/01/14 13:57:04 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/09 16:08:58 bad Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.13 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.che.wisc.edu/octave/ BUILD_DEPENDS+= tex:../../print/teTeX BUILD_DEPENDS+= dvips:../../print/teTeX DEPENDS+= ncurses-1.9.9g:../../devel/ncurses -DEPENDS+= gnuplot-3.5:../../graphics/gnuplot +DEPENDS+= gnuplot-3.7:../../graphics/gnuplot GNU_CONFIGURE= yes USE_LIBTOOL= yes |