diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-26 16:04:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-26 16:04:18 +0000 |
commit | 27b2fdedf5686512d1f590294d3a72c12c4b30f8 (patch) | |
tree | ed230094a1485502791055428fe8dbb42568207d /www/apache6 | |
parent | ed85ae5f6b74655dad79cdcee5841f34fadc94e4 (diff) | |
download | pkgsrc-27b2fdedf5686512d1f590294d3a72c12c4b30f8.tar.gz |
don't mark it as BROKEN on non-IPv6-hosts, IGNORE it
Diffstat (limited to 'www/apache6')
-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 |