diff options
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 65abc18d4a5..5ba5a8f73d6 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/09/10 19:05:01 adrianp Exp $ +# $NetBSD: Makefile,v 1.39 2007/11/17 12:04:13 rillig Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME}pl1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/sw/bind/ COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS +USE_TOOLS+= lex yacc + WRKSRC= ${WRKDIR} BIND_VERSION= 8.4.7 DIST_SUBDIR= bind/${BIND_VERSION} |