diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-03-22 13:20:54 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-03-22 13:20:54 +0000 |
commit | e7f0947a546ce60ea8c6f65db9e9c7e945a89c57 (patch) | |
tree | 752a6672be429ef9f78b8a6a9e5b29e67547173a /sysutils/healthd | |
parent | - Update to 20040321 snapshot (diff) |
Runs on amd64 also, so allow it.
PR: 64549
Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
Notes
Notes:
svn path=/head/; revision=104929
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index dbaa9c5b60a2..7f950cf32b6b 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://healthd.thehousleys.net/ \ MAINTAINER= jeh@FreeBSD.org COMMENT= A daemon to monitor vital motherboard parameters -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} |