diff options
author | James E. Housley <jeh@FreeBSD.org> | 2006-05-09 12:28:15 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2006-05-09 12:28:15 +0000 |
commit | 422ffdadb406da82b312a7f338990c45908ee50b (patch) | |
tree | 715fe3919c9ad1fd04c035de625e27e65fb5344b /sysutils/healthd | |
parent | 7620bfe71489bd943426beaba2191c241a0845b7 (diff) | |
download | ports-422ffdadb406da82b312a7f338990c45908ee50b.tar.gz ports-422ffdadb406da82b312a7f338990c45908ee50b.zip |
Remove the i386 only requirement.
PR: 96717
Submitted by: Pav Lucistnik
Notes
Notes:
svn path=/head/; revision=161806
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 |