diff options
author | jeh <jeh@FreeBSD.org> | 2004-03-30 19:00:14 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-03-30 19:00:14 +0800 |
commit | 83305a03e2acb1f8095d9f9eb3b25d1ef3fdcc3b (patch) | |
tree | b867c10b4255da677c53d95725331a39d529d74d /sysutils | |
parent | 218696f827e80dc965dbbc1721ec7a9687431d4d (diff) | |
download | freebsd-ports-gnome-83305a03e2acb1f8095d9f9eb3b25d1ef3fdcc3b.tar.gz freebsd-ports-gnome-83305a03e2acb1f8095d9f9eb3b25d1ef3fdcc3b.tar.zst freebsd-ports-gnome-83305a03e2acb1f8095d9f9eb3b25d1ef3fdcc3b.zip |
Bento says 'healthd' does not compile on amd64, so revert back to just
i386
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 7f950cf32b6b..dbaa9c5b60a2 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 amd64 +ONLY_FOR_ARCHS= i386 HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} |