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 /benchmarks/hbench | |
parent | fe945af59ff1eec0954a07888ce26af0d0b3b79f (diff) | |
download | pkgsrc-95e36eb86f85c0ee67699ab1134070c36bc259b1.tar.gz |
GNU plot is now at v.3.7. Depend on that version.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r-- | benchmarks/hbench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index 9c184a044ad..9a8965d3daa 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/12/26 15:59:55 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/09 16:08:58 bad Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.eecs.harvard.edu/pub/hbench-OS/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.eecs.harvard.edu/vino/perf/hbench/ -DEPENDS+= gnuplot-3.5:../../graphics/gnuplot +DEPENDS+= gnuplot-3.7:../../graphics/gnuplot ALL_TARGET= build USE_PERL5= yes |