diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-06 03:27:38 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-06 03:27:38 +0800 |
commit | 84cd3322fedd650aa861e89ee1934b60fa5e6109 (patch) | |
tree | 9de8e3a6e51597a5a3c093057caed6449cf0e600 /sysutils/x86info | |
parent | f5e2296a896293d54a278496595ef59d4d9fe4c7 (diff) | |
download | freebsd-ports-gnome-84cd3322fedd650aa861e89ee1934b60fa5e6109.tar.gz freebsd-ports-gnome-84cd3322fedd650aa861e89ee1934b60fa5e6109.tar.zst freebsd-ports-gnome-84cd3322fedd650aa861e89ee1934b60fa5e6109.zip |
Does not work on amd64.
PR: ports/85759
Submitted by: maintainer
Reported by: pointyhat via kris
Diffstat (limited to 'sysutils/x86info')
-rw-r--r-- | sysutils/x86info/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index b9f2e994cfe6..151c7dce967c 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= erik@smluc.org COMMENT= Utility to display information about the systems x86 processor(s) -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/x86info USE_REINPLACE= yes MAKE_ARGS= CFLAGS="${CFLAGS}" |