diff options
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | misc/siag/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 90264dd4870..c9714f0776c 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/02/17 18:09:24 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/03/22 13:31:23 wiz Exp $ DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math @@ -9,7 +9,7 @@ HOMEPAGE= http://www.edu.stockholm.se/siag/ COMMENT= Poor man's office suite with spreadsheet, word processor, etc DEPENDS+= gv-3.5.8:../../print/gv -DEPENDS+= gnuplot-3.7:../../graphics/gnuplot +DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= guile>=1.3:../../lang/guile CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include |