diff options
author | krion <krion@FreeBSD.org> | 2005-01-08 10:52:47 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-08 10:52:47 +0000 |
commit | 825e56d61628d5f9cc86cd44f9082c4ff1a63eb7 (patch) | |
tree | fbad7179f48390a7d1eca704ea7568281ff14319 /misc | |
parent | 2f2798ca21ae9dfcdc8e0458a6f9387dd226c5f3 (diff) | |
download | FreeBSD-ports-825e56d61628d5f9cc86cd44f9082c4ff1a63eb7.zip FreeBSD-ports-825e56d61628d5f9cc86cd44f9082c4ff1a63eb7.tar.gz |
Define ONLY_FOR_ARCHS=i386.
PR: ports/75876
Submitted by: maintainer
Diffstat (limited to 'misc')
-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 c2d30c6..f08e0f6 100644 --- a/misc/gkx86info2/Makefile +++ b/misc/gkx86info2/Makefile @@ -17,6 +17,7 @@ COMMENT= GKrellM2 plugin that simply prints the current clock speed BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes USE_GNOME= gtk20 |