diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-23 00:23:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-23 00:23:59 +0800 |
commit | 112f1c41cf49126278d2248fa12b1e9d42fd0fe0 (patch) | |
tree | 8cd45a22b8348d87931b01b4ae94b71ec30e3032 /misc/cpuid | |
parent | 3aaa9aeb36a30a21a807633c80e1d907dbcd6496 (diff) | |
download | freebsd-ports-gnome-112f1c41cf49126278d2248fa12b1e9d42fd0fe0.tar.gz freebsd-ports-gnome-112f1c41cf49126278d2248fa12b1e9d42fd0fe0.tar.zst freebsd-ports-gnome-112f1c41cf49126278d2248fa12b1e9d42fd0fe0.zip |
mark it only for i386
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'misc/cpuid')
-rw-r--r-- | misc/cpuid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 3f247f937ab4..54846780b165 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://people.qualcomm.com/karn/code/cpuid/ MAINTAINER= ports@FreeBSD.org +ONLY_FOR_ARCHS= i386 ALL_TARGET= ${PORTNAME} do-install: |