diff options
author | krion <krion@FreeBSD.org> | 2005-01-08 18:52:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-08 18:52:47 +0800 |
commit | 825e56d61628d5f9cc86cd44f9082c4ff1a63eb7 (patch) | |
tree | fbad7179f48390a7d1eca704ea7568281ff14319 | |
parent | 2f2798ca21ae9dfcdc8e0458a6f9387dd226c5f3 (diff) | |
download | freebsd-ports-gnome-825e56d61628d5f9cc86cd44f9082c4ff1a63eb7.tar.gz freebsd-ports-gnome-825e56d61628d5f9cc86cd44f9082c4ff1a63eb7.tar.zst freebsd-ports-gnome-825e56d61628d5f9cc86cd44f9082c4ff1a63eb7.zip |
Define ONLY_FOR_ARCHS=i386.
PR: ports/75876
Submitted by: maintainer
-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 c2d30c66cdb2..f08e0f64211d 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 |