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 /misc | |
parent | b698f9bbd501845d0d623abc027264fc89df5b4d (diff) | |
download | pkgsrc-5494a4a377d1d70cdddd5de5207fc055a7f2930d.tar.gz |
gnuplot>=3.7
Diffstat (limited to 'misc')
-rw-r--r-- | misc/siag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |