diff options
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 | ||||
-rw-r--r-- | net/bind9/buildlink2.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 9dbe585b207..ea52858f39e 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.55 2004/02/14 17:21:46 jlam Exp $ +# $NetBSD: Makefile,v 1.56 2004/03/26 02:27:47 wiz Exp $ # DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ diff --git a/net/bind9/buildlink2.mk b/net/bind9/buildlink2.mk index 3af6d2ffbd4..30861e00492 100644 --- a/net/bind9/buildlink2.mk +++ b/net/bind9/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1 2003/05/12 17:17:35 jmmv Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2004/03/26 02:27:47 wiz Exp $ # # This Makefile fragment is included by packages that use bind. # @@ -10,6 +10,7 @@ BIND_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= bind BUILDLINK_DEPENDS.bind?= bind>=9.2.2 +BUILDLINK_RECOMMENDED.bind?= bind>=9.2.3nb2 BUILDLINK_PKGSRCDIR.bind?= ../../net/bind9 EVAL_PREFIX+= BUILDLINK_PREFIX.bind=bind |