diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-25 05:41:06 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-25 05:41:06 +0000 |
commit | a9f7940f7346b1873894bf28960ceac145593bed (patch) | |
tree | 7bf1cdd12512c936fa41d17064846c0f5bead8f2 /misc/gkx86info2 | |
parent | 26035dafd378e594059ae46adef746b1187e7133 (diff) | |
download | FreeBSD-ports-a9f7940f7346b1873894bf28960ceac145593bed.zip FreeBSD-ports-a9f7940f7346b1873894bf28960ceac145593bed.tar.gz |
Add ONLY_FOR_ARCHS=i386 since this measures clock speed of x86
processors
Submitted by: bento
Diffstat (limited to 'misc/gkx86info2')
-rw-r--r-- | misc/gkx86info2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gkx86info2/Makefile b/misc/gkx86info2/Makefile index 69ecb8b..4181c6c 100644 --- a/misc/gkx86info2/Makefile +++ b/misc/gkx86info2/Makefile @@ -16,6 +16,7 @@ MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm +ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gtk12 imlib |