diff options
author | seb <seb> | 2002-11-11 00:54:28 +0000 |
---|---|---|
committer | seb <seb> | 2002-11-11 00:54:28 +0000 |
commit | 5469688eb0f2cad27eabff95664611832a9e7877 (patch) | |
tree | 991d66b916828469969039e370b9f5ef07c32cd7 /benchmarks | |
parent | e8a7a1d08fbf2f3bb057594649b082b68e627fe0 (diff) | |
download | pkgsrc-5469688eb0f2cad27eabff95664611832a9e7877.tar.gz |
Use buildlink2.
Diffstat (limited to 'benchmarks')
-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 09f84991db4..3c296973785 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/01/22 20:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/11/11 00:54:28 seb Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -12,7 +12,7 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES OSVERSION_SPECIFIC= YES ALL_TARGET= build WRKSRC= ${WRKDIR}/hbench-OS @@ -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/buildlink.mk" +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |