diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-10 19:28:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-10 19:28:57 +0000 |
commit | 5a56cca93db9ac9b75c70637ba5b78702d3532a6 (patch) | |
tree | d90058cce0263a29968fc56604934fa3c8ff8b09 /sysutils | |
parent | - Mark ONLY_FOR_ARCHS: this port is useless and in fact does not build on non... (diff) |
- Mark ONLY_FOR_ARCHS: uses x86-only assembly from machine/cpufunc.h
Notes
Notes:
svn path=/head/; revision=393892
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> |