mark as only for i386 as it uses i386 assembly code to find the speed
of the i386 processor its running on.
This commit is contained in:
parent
194e36dd0e
commit
d47d70a623
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue