Depend on yacc, lex and flex as needed. Fixes PR 37586.
This commit is contained in:
parent
9535088ab1
commit
2fc344764c
4 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.20 2007/12/02 08:32:24 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2007/12/21 22:54:56 joerg Exp $
|
||||
|
||||
DISTNAME= avrdude-5.2
|
||||
PKGREVISION= 1
|
||||
|
@ -16,7 +16,7 @@ TEX_ACCEPTED= teTeX3
|
|||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= autoconf automake makeinfo texi2html yacc
|
||||
USE_TOOLS+= autoconf automake makeinfo texi2html yacc lex
|
||||
INFO_FILES= yes
|
||||
EGDIR= ${PREFIX}/share/examples/avrdude
|
||||
CONF_FILES= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2007/01/07 09:13:58 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2007/12/21 22:54:57 joerg Exp $
|
||||
|
||||
DISTNAME= milter-regex-1.6
|
||||
PKGREVISION= 1
|
||||
|
@ -9,6 +9,7 @@ MAINTAINER= jdarrow@NetBSD.org
|
|||
HOMEPAGE= http://www.benzedrine.cx/milter-regex.html
|
||||
COMMENT= Milter enabling regular expression filtering
|
||||
|
||||
USE_TOOLS+= yacc
|
||||
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
|
||||
|
||||
PKG_GROUPS= smmsp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2007/09/21 13:04:07 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2007/12/21 22:54:57 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gstreamer-0.8.11
|
||||
|
@ -19,7 +19,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|||
GNU_CONFIGURE= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake perl pkg-config
|
||||
USE_TOOLS+= gmake perl pkg-config flex
|
||||
|
||||
CONFIGURE_ARGS+= --disable-plugin-builddir
|
||||
CONFIGURE_ARGS+= --localstatedir=${GST0.8_DBDIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.70 2007/12/02 11:46:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.71 2007/12/21 22:54:57 joerg Exp $
|
||||
|
||||
DISTNAME= wwwoffle-2.9a
|
||||
PKGREVISION= 1
|
||||
|
@ -10,7 +10,7 @@ MAINTAINER= abs@NetBSD.org
|
|||
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
|
||||
COMMENT= WWW proxy with support for offline browsing
|
||||
|
||||
USE_TOOLS+= gmake gzip perl tar
|
||||
USE_TOOLS+= gmake gzip perl tar lex
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q}
|
||||
|
|
Loading…
Reference in a new issue