summaryrefslogtreecommitdiff
path: root/www/apache6
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-09-03 22:00:52 +0000
committertron <tron@pkgsrc.org>1999-09-03 22:00:52 +0000
commita9af877984f7b430d48340603595473605fd204d (patch)
tree26bf200091d87b3629bde9a752928611eea97ae5 /www/apache6
parent8806522d1706ce8f1f4dce2fe1a0452f191d880e (diff)
downloadpkgsrc-a9af877984f7b430d48340603595473605fd204d.tar.gz
Compare "${USE_INET6}" explicitly with "YES" so that you can override
settings at the command line.
Diffstat (limited to 'www/apache6')
-rw-r--r--www/apache6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index dec27bc52f1..8d81c4ccf5a 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/09/01 09:00:26 itojun Exp $
+# $NetBSD: Makefile,v 1.7 1999/09/03 22:00:53 tron 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
@@ -49,7 +49,7 @@ CONFIGURE_ENV+= OPTIM="${OPTIM}"
.include "../../mk/bsd.prefs.mk"
-.if !defined(USE_INET6)
+.if !defined(USE_INET6) || ${USE_INET6} != YES
BROKEN= "IPv6 only build"
.endif