diff options
author | rh <rh@pkgsrc.org> | 2000-09-18 05:16:45 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-09-18 05:16:45 +0000 |
commit | b6caa2b42753da88d3aa4c30e819cdf896ff6043 (patch) | |
tree | b9f7bbdb0be1d2dab6ddbe2d579d1d8d9a3a896e /net/bind9/Makefile | |
parent | 8cfe5cc34b678ab51e62c5ea0579c429dc424c39 (diff) | |
download | pkgsrc-b6caa2b42753da88d3aa4c30e819cdf896ff6043.tar.gz |
Update bind9 to 9.0.0 (release version) as requested by hubertf to get this
in before the 1.5 release. Changes are bugfixes only.
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r-- | net/bind9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 6e6834c577d..7058d10dc34 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/29 10:57:16 rh Exp $ +# $NetBSD: Makefile,v 1.13 2000/09/18 05:16:45 rh Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k # No need to set USE_INET6, will auto-detect. -BIND_VERSION= 9.0.0rc5 +BIND_VERSION= 9.0.0 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mit-pthreads \ |