diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-11 03:28:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-11 03:28:57 +0800 |
commit | 93c1489c989aea60f6a5e6d76d400cb3f1db5b7e (patch) | |
tree | d90058cce0263a29968fc56604934fa3c8ff8b09 /sysutils | |
parent | 8c934303bd0c8b0592e784ed5886f11af64327cf (diff) | |
download | freebsd-ports-gnome-93c1489c989aea60f6a5e6d76d400cb3f1db5b7e.tar.gz freebsd-ports-gnome-93c1489c989aea60f6a5e6d76d400cb3f1db5b7e.tar.zst freebsd-ports-gnome-93c1489c989aea60f6a5e6d76d400cb3f1db5b7e.zip |
- Mark ONLY_FOR_ARCHS: uses x86-only assembly from machine/cpufunc.h
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolehm/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 147cf68da6b4..de479ee9b1a6 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -10,16 +10,13 @@ MASTER_SITES= LOCAL/fenner MAINTAINER= ports@FreeBSD.org COMMENT= Console based hardware monitor for FreeBSD -WRKSRC= ${WRKDIR}/consolehm/consolehm +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= uses x86-only assembly from machine/cpufunc.h USES= uidfix GNU_CONFIGURE= yes -PLIST_FILES= bin/chm man/man8/chm.8.gz - -.include <bsd.port.pre.mk> +WRKSRC= ${WRKDIR}/consolehm/consolehm -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif +PLIST_FILES= bin/chm man/man8/chm.8.gz -.include <bsd.port.post.mk> +.include <bsd.port.mk> |