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 /misc/siag/Makefile | |
parent | fe945af59ff1eec0954a07888ce26af0d0b3b79f (diff) | |
download | pkgsrc-95e36eb86f85c0ee67699ab1134070c36bc259b1.tar.gz |
GNU plot is now at v.3.7. Depend on that version.
Diffstat (limited to 'misc/siag/Makefile')
-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 89c5badf571..45ed49e0038 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/01/07 15:34:54 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/02/09 16:08:58 bad Exp $ DISTNAME= siag-3.1.2 CATEGORIES= misc textproc math @@ -9,7 +9,7 @@ HOMEPAGE= http://www.edu.stockholm.se/siag/ DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d DEPENDS+= gv-3.5.8:../../print/gv -DEPENDS+= gnuplot-3.5:../../graphics/gnuplot +DEPENDS+= gnuplot-3.7:../../graphics/gnuplot DEPENDS+= guile-1.3:../../lang/guile GNU_CONFIGURE= yes |