diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-03-22 21:20:54 +0800 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-03-22 21:20:54 +0800 |
commit | e7f0947a546ce60ea8c6f65db9e9c7e945a89c57 (patch) | |
tree | 752a6672be429ef9f78b8a6a9e5b29e67547173a /sysutils | |
parent | 46aa47d738d01b31de4a08901d2494f9bccc6112 (diff) | |
download | freebsd-ports-gnome-e7f0947a546ce60ea8c6f65db9e9c7e945a89c57.tar.gz freebsd-ports-gnome-e7f0947a546ce60ea8c6f65db9e9c7e945a89c57.tar.zst freebsd-ports-gnome-e7f0947a546ce60ea8c6f65db9e9c7e945a89c57.zip |
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 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} |