diff options
author | itojun <itojun> | 2001-10-09 07:38:51 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-10-09 07:38:51 +0000 |
commit | 197968be71c6b491d7251bb8b32373f857492e3c (patch) | |
tree | 40c12651782c6f875368e6f37af7c7855febd2af /net/bind9-current/Makefile | |
parent | 488a2a66a1739152866e309c64dc739250039c6a (diff) | |
download | pkgsrc-197968be71c6b491d7251bb8b32373f857492e3c.tar.gz |
upgrade to 9.2.0rc6. bugfixes only.
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index ba8f6df5172..27b3ed2ad70 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/10/02 05:50:41 itojun Exp $ +# $NetBSD: Makefile,v 1.28 2001/10/09 07:38:51 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -14,7 +14,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. -BIND_VERSION= 9.2.0rc5 +BIND_VERSION= 9.2.0rc6 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads |