diff options
author | rillig <rillig> | 2007-12-02 08:32:23 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-12-02 08:32:23 +0000 |
commit | e85bd63dce2cf110c5f6b3c384db65a393ebcb79 (patch) | |
tree | bfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /net | |
parent | 1bc615db8c7103c09107cb55e2ae3e9dee399391 (diff) | |
download | pkgsrc-e85bd63dce2cf110c5f6b3c384db65a393ebcb79.tar.gz |
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
Diffstat (limited to 'net')
-rw-r--r-- | net/csup/Makefile | 4 | ||||
-rw-r--r-- | net/irrd/Makefile | 4 | ||||
-rw-r--r-- | net/spreadlogd/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile index 48b465c7034..b8411d1d6b7 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/07/12 06:11:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/02 08:32:24 rillig Exp $ # DISTNAME= csup-snap-20070216 @@ -10,7 +10,7 @@ MAINTAINER= imil@gcu.info HOMEPAGE= http://www.mu.org/~mux/csup.html COMMENT= Rewrite of the CVSup file updating client in C -USE_TOOLS+= yacc +USE_TOOLS+= lex yacc WRKSRC= ${WRKDIR}/csup INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 9015eca4936..d516d8d96bc 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/11/11 23:58:30 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2007/12/02 08:32:24 rillig Exp $ DISTNAME= irrd2.2.8 PKGNAME= irrd-2.2.8 @@ -14,7 +14,7 @@ COMMENT= Internet Routing Registry Daemon DEPENDS+= gnupg-[0-9]*:../../security/gnupg DEPENDS+= wget-[0-9]*:../../net/wget -USE_TOOLS+= automake flex perl:run +USE_TOOLS+= automake flex perl:run yacc WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/net/spreadlogd/Makefile b/net/spreadlogd/Makefile index dafb87edd8f..b3691d30a8e 100644 --- a/net/spreadlogd/Makefile +++ b/net/spreadlogd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/08/16 09:27:05 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/02 08:32:25 rillig Exp $ # DISTNAME= spreadlogd @@ -13,7 +13,7 @@ HOMEPAGE= http://www.backhand.org/mod_log_spread/ COMMENT= Daemon to log to file, messages from spread toolkit clients GNU_CONFIGURE= yes -USE_TOOLS+= perl +USE_TOOLS+= perl yacc WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} RCD_SCRIPTS= spreadlogd |