diff options
author | itojun <itojun@pkgsrc.org> | 2000-04-28 06:43:00 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-04-28 06:43:00 +0000 |
commit | fc35e86890cd4d9071ec51859e0c768d4c7ec913 (patch) | |
tree | a156d2b86728c7ccc0ffba88f420750f6cf3fe00 /net/bind9 | |
parent | 8e94d6ada1be3bfad6b623e629fddacb58addbb7 (diff) | |
download | pkgsrc-fc35e86890cd4d9071ec51859e0c768d4c7ec913.tar.gz |
BUILD_DEFS+=USE_INET6, just for
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README-IPv6.html
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index aaf0f05a4b4..151c4091d78 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/03/31 11:15:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/04/28 06:43:00 itojun Exp $ # DISTNAME= bind-9.0.0b2 @@ -8,6 +8,10 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/9.0.0b2/ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ +# IPv6 ready, automatically detected +.include "../../mk/bsd.prefs.mk" +BUILD_DEFS+= USE_INET6 + # Sync these with devel/unproven-pthreads: ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k |