diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-25 13:41:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-25 13:41:06 +0800 |
commit | a9f7940f7346b1873894bf28960ceac145593bed (patch) | |
tree | 7bf1cdd12512c936fa41d17064846c0f5bead8f2 /misc | |
parent | 26035dafd378e594059ae46adef746b1187e7133 (diff) | |
download | freebsd-ports-gnome-a9f7940f7346b1873894bf28960ceac145593bed.tar.gz freebsd-ports-gnome-a9f7940f7346b1873894bf28960ceac145593bed.tar.zst freebsd-ports-gnome-a9f7940f7346b1873894bf28960ceac145593bed.zip |
Add ONLY_FOR_ARCHS=i386 since this measures clock speed of x86
processors
Submitted by: bento
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkx86info/Makefile | 1 | ||||
-rw-r--r-- | misc/gkx86info2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/gkx86info/Makefile b/misc/gkx86info/Makefile index 69ecb8b76417..4181c6cc8f0b 100644 --- a/misc/gkx86info/Makefile +++ b/misc/gkx86info/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 diff --git a/misc/gkx86info2/Makefile b/misc/gkx86info2/Makefile index 69ecb8b76417..4181c6cc8f0b 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 |