diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-12 00:32:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-12 00:32:27 +0000 |
commit | d47d70a623c3e5ee16f3080f727b329283c29e2d (patch) | |
tree | fca615d3579aeb2141b7247a9b3937579b5c5b23 | |
parent | 194e36dd0edae0e5d3231666e84c07f346d38416 (diff) | |
download | pkgsrc-d47d70a623c3e5ee16f3080f727b329283c29e2d.tar.gz |
mark as only for i386 as it uses i386 assembly code to find the speed
of the i386 processor its running on.
-rw-r--r-- | sysutils/gkx86info/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gkx86info/Makefile b/sysutils/gkx86info/Makefile index ae08eb4817a..be35d009437 100644 --- a/sysutils/gkx86info/Makefile +++ b/sysutils/gkx86info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/10 13:46:58 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/12 00:32:27 dmcmahill Exp $ # DISTNAME= gkx86info0.0.2 @@ -12,6 +12,8 @@ COMMENT= gkrellm plugin that prints the current clock speed DEPENDS+= gkrellm>=1.2:../../sysutils/gkrellm +ONLY_FOR_PLATFORM= *-*-i386 + pre-build: ${TOUCH} ${WRKSRC}/Makefile |