diff options
author | wiz <wiz> | 2000-01-26 16:04:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-26 16:04:18 +0000 |
commit | cd41141beb31c491fe0656592ad05b01d889194a (patch) | |
tree | ed230094a1485502791055428fe8dbb42568207d /www/apache6/Makefile | |
parent | 2206bc753f7432390c9b50aace855198009defbb (diff) | |
download | pkgsrc-cd41141beb31c491fe0656592ad05b01d889194a.tar.gz |
don't mark it as BROKEN on non-IPv6-hosts, IGNORE it
Diffstat (limited to 'www/apache6/Makefile')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |