diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 03:40:29 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 03:40:29 +0000 |
commit | c1707eb390ceacbf74baf57a63b6d0fe60e10e73 (patch) | |
tree | 08bfd9f2c98a429d952d77f334056fda72cfb293 /benchmarks/hbench | |
parent | 3105ee55426c0a7b5d043e20f17a91be73af4206 (diff) | |
download | pkgsrc-c1707eb390ceacbf74baf57a63b6d0fe60e10e73.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r-- | benchmarks/hbench/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index 0293e64c148..2a1603eacf7 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/11 03:40:29 snj Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -13,7 +13,7 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot WRKSRC= ${WRKDIR}/hbench-OS -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES OSVERSION_SPECIFIC= YES ALL_TARGET= build @@ -62,5 +62,5 @@ results: -@cd ${WRKSRC} ; \ tar -cf /tmp/benches/`domainname`/hbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results conf -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |