diff options
author | sem <sem@FreeBSD.org> | 2004-12-31 03:24:56 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-12-31 03:24:56 +0800 |
commit | 53b32dcbf168649476dc8fc01bdc20b53f44f4b0 (patch) | |
tree | 2d39ab7f02524ea0b4d9c2ce76d6bb27147fa956 | |
parent | 7e4a9ded242f4c08dc19a844aaafa0d729ebf93d (diff) | |
download | freebsd-ports-gnome-53b32dcbf168649476dc8fc01bdc20b53f44f4b0.tar.gz freebsd-ports-gnome-53b32dcbf168649476dc8fc01bdc20b53f44f4b0.tar.zst freebsd-ports-gnome-53b32dcbf168649476dc8fc01bdc20b53f44f4b0.zip |
- This port works on amd64
PR: ports/75653
Submitted by: Roland Smith <rsmith(at)xs4all.nl>
-rw-r--r-- | misc/cpuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 69d71c4c2b54..6cf7bca5dd2d 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -17,7 +17,7 @@ COMMENT= CPU identification utility PLIST_FILES= bin/cpuid USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes ALL_TARGET= # empty |