From 79bb23ddf4e3335929689255b60adc494345c5e4 Mon Sep 17 00:00:00 2001 From: jeh Date: Tue, 9 May 2006 12:28:15 +0000 Subject: Remove the i386 only requirement. PR: 96717 Submitted by: Pav Lucistnik --- sysutils/healthd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/healthd') 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 -- cgit