From f61c28149a1510766980c447e32bb755b4cf53bb Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Mon, 12 Aug 2002 00:32:27 +0000 Subject: mark as only for i386 as it uses i386 assembly code to find the speed of the i386 processor its running on. --- sysutils/gkx86info/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') 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 -- cgit v1.2.3