summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>1999-09-03 22:00:52 +0000
committertron <tron>1999-09-03 22:00:52 +0000
commit54b595b587d5ce2c263d52670dbdfd5d71194dad (patch)
tree26bf200091d87b3629bde9a752928611eea97ae5 /www
parent06bc4ac2a4043e3e8a30b9df3b57e52e0f4c7c27 (diff)
downloadpkgsrc-54b595b587d5ce2c263d52670dbdfd5d71194dad.tar.gz
Compare "${USE_INET6}" explicitly with "YES" so that you can override
settings at the command line.
Diffstat (limited to 'www')
-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