diff options
author | jeh <jeh@FreeBSD.org> | 2004-03-22 13:20:54 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-03-22 13:20:54 +0000 |
commit | f5699d8ceb55f33a34aaeb81c16ce6fa9fb166ab (patch) | |
tree | 059529f0b6a25b64ee7ed5eec818ca1e734eb301 /sysutils | |
parent | 694c259b6085e30f6a51d6edb7b56c0a3a8cb530 (diff) | |
download | FreeBSD-ports-f5699d8ceb55f33a34aaeb81c16ce6fa9fb166ab.zip FreeBSD-ports-f5699d8ceb55f33a34aaeb81c16ce6fa9fb166ab.tar.gz |
Runs on amd64 also, so allow it.
PR: 64549
Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
Diffstat (limited to 'sysutils')
-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 dbaa9c5..7f950cf 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} |