diff options
author | wiz <wiz> | 2001-03-22 13:27:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-22 13:27:27 +0000 |
commit | 0438e1082d48c6e1b4f0a2ab900bca079dc2b1e7 (patch) | |
tree | ef880077929cd48dbaa397e4c753fc9573e215af /benchmarks | |
parent | 88664eaaefb1c190fd74d1649d55d42ffe030223 (diff) | |
download | pkgsrc-0438e1082d48c6e1b4f0a2ab900bca079dc2b1e7.tar.gz |
gnuplot>=3.7
Diffstat (limited to 'benchmarks')
-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 438549ddebd..a131d203af3 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 13:37:50 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/03/22 13:27:27 wiz Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.eecs.harvard.edu/vino/perf/hbench/ COMMENT= Suite of portable benchmarks to measure the OS and the hardware -DEPENDS+= gnuplot-3.7:../../graphics/gnuplot +DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot OSVERSION_SPECIFIC= yes ALL_TARGET= build |