From cd41141beb31c491fe0656592ad05b01d889194a Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 26 Jan 2000 16:04:18 +0000 Subject: don't mark it as BROKEN on non-IPv6-hosts, IGNORE it --- www/apache6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 4bd6fce7904..548ad1bea15 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/09/21 15:12:03 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2000/01/26 16:04:18 wiz Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -50,7 +50,7 @@ CONFIGURE_ENV+= OPTIM="${OPTIM}" .include "../../mk/bsd.prefs.mk" .if !defined(USE_INET6) || ${USE_INET6} != YES -BROKEN= "IPv6 only build" +IGNORE= "IPv6 only build" .endif .if defined(APACHE_SUEXEC) && ${APACHE_SUEXEC} == YES -- cgit v1.2.3