diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-17 12:04:11 +0000 |
commit | 105dd4b97c54eed4e1f53f2f160ed2da56f5e596 (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /net/bind8/Makefile | |
parent | c1332c0f01c1db2ba680a1e6d7321650f1173ec0 (diff) | |
download | pkgsrc-105dd4b97c54eed4e1f53f2f160ed2da56f5e596.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
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} |