summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2002-08-26 12:09:36 +0000
committergrant <grant>2002-08-26 12:09:36 +0000
commitf45f22ca1501255f8f29a921ded53abe73792e51 (patch)
tree3ff793a0998356c8a29d1a1c53cc4515342a93dc /net
parent4a7e0832ddf0767e8b6cb83cd572940fdea35d9e (diff)
downloadpkgsrc-f45f22ca1501255f8f29a921ded53abe73792e51.tar.gz
use USE_INET6 to determine whether or not to install
include/isc/ipv6.h
Diffstat (limited to 'net')
-rw-r--r--net/bind9/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index f571a9b5efd..271d9407b68 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2002/08/26 11:25:41 itojun Exp $
+# $NetBSD: Makefile,v 1.44 2002/08/26 12:09:36 grant Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -40,9 +40,9 @@ post-build:
<${FILESDIR}/lwresd.sh >${WRKDIR}/lwresd
# include/isc/ipv6.h is installed on non-ipv6 platforms
-IPV6H= "@comment "
-.if ${OPSYS} == "SunOS" && ${OS_VERSION} == "5.7"
IPV6H= ""
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+IPV6H= "@comment "
.endif
PLIST_SUBST+= IPV6H=${IPV6H}