diff options
author | jeh <jeh@FreeBSD.org> | 2006-05-09 20:28:15 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2006-05-09 20:28:15 +0800 |
commit | 79bb23ddf4e3335929689255b60adc494345c5e4 (patch) | |
tree | 7e1204e39a99ce8cfcee92a4d7b9bd1a355d1683 /sysutils/healthd | |
parent | f7012b25dcca78e0fe162658da79a0d5b89823e9 (diff) | |
download | freebsd-ports-gnome-79bb23ddf4e3335929689255b60adc494345c5e4.tar.gz freebsd-ports-gnome-79bb23ddf4e3335929689255b60adc494345c5e4.tar.zst freebsd-ports-gnome-79bb23ddf4e3335929689255b60adc494345c5e4.zip |
Remove the i386 only requirement.
PR: 96717
Submitted by: Pav Lucistnik
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index d46a5e215cd4..3dbba1459e67 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -7,6 +7,7 @@ PORTNAME= healthd PORTVERSION= 0.7.9 +PORTREVISION= 1 CATEGORIES= sysutils ipv6 MASTER_SITES= http://healthd.thehousleys.net/ \ http://healthd1.thehousleys.net/ @@ -14,10 +15,8 @@ MASTER_SITES= http://healthd.thehousleys.net/ \ MAINTAINER= jeh@FreeBSD.org COMMENT= A daemon to monitor vital motherboard parameters -ONLY_FOR_ARCHS= i386 - USE_REINPLACE= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} # # To allow reading the doWarn and doFail scripts remotely uncomment |