aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-11 03:20:56 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-11 03:20:56 +0800
commit8c934303bd0c8b0592e784ed5886f11af64327cf (patch)
treed5aca5cf30f9a7bd98a4ac3e3bffdd824c7239fa /sysutils
parentcfd0ef3f21ddc684de32cccc88db1aab7fd02978 (diff)
downloadfreebsd-ports-gnome-8c934303bd0c8b0592e784ed5886f11af64327cf.tar.gz
freebsd-ports-gnome-8c934303bd0c8b0592e784ed5886f11af64327cf.tar.zst
freebsd-ports-gnome-8c934303bd0c8b0592e784ed5886f11af64327cf.zip
- Mark ONLY_FOR_ARCHS: this port is useless and in fact does not build on non-x86 archs
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cpuid/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile
index 91637496018f..d3bc7a8cceee 100644
--- a/sysutils/cpuid/Makefile
+++ b/sysutils/cpuid/Makefile
@@ -14,6 +14,9 @@ COMMENT= Tool to dump x86 CPUID information about the CPU(s)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= only works with x86 CPUs
+
USES= gmake
ALL_TARGET= default
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}