diff options
author | shattered <shattered@pkgsrc.org> | 2011-12-14 09:22:44 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-12-14 09:22:44 +0000 |
commit | 5ac106e4d8c39c25140803e146db6f43a2c6ba12 (patch) | |
tree | 6261b7f0c591c511083135e888edfcbb86247260 /benchmarks/randread | |
parent | dd2b2e07a429ec4081610f4135e20b08eeb25fe7 (diff) | |
download | pkgsrc-5ac106e4d8c39c25140803e146db6f43a2c6ba12.tar.gz |
This is BSD-specific software (uses sys/disklabel.h), set ONLY_FOR_PLATFORM
Diffstat (limited to 'benchmarks/randread')
-rw-r--r-- | benchmarks/randread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile index 0b817677374..cf565e1e4b1 100644 --- a/benchmarks/randread/Makefile +++ b/benchmarks/randread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/02/03 14:15:12 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/12/14 09:22:44 shattered Exp $ # DISTNAME= randread-0.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://randread.sourceforge.net/ COMMENT= Program to help benchmark random disk read performance LICENSE= public-domain -NOT_FOR_PLATFORM= Interix-*-* +ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-* PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |