From c202d803bd6bb6508299ad74d28fc18fcc0bb6ab Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Thu, 26 Oct 2000 12:17:55 +0000 Subject: Stop make configure from blowing up on systems without IPv6 Submitted by: bento --- sysutils/healthd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/healthd') diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index a82f5a801e43..12a0c90af661 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -31,6 +31,12 @@ PLIST_SUB= HDDOCS='' PLIST_SUB= HDDOCS='@comment ' .endif +.include + +.if ${OSVERSION} < 400014 +CONFIGURE_ARGS+= --disable-ipv6 +.endif + post-install: @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \ @@ -48,4 +54,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/PROTOCOL ${HDDOCDIR} .endif -.include +.include -- cgit v1.2.3