summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authorjoerg <joerg>2007-12-21 22:54:56 +0000
committerjoerg <joerg>2007-12-21 22:54:56 +0000
commitf080fa3ddec515b4dc917169cf0b1702ec8ca3f8 (patch)
tree9c903053305f94194eed117b3398a8331d3222e4 /cross/avrdude
parentd65bf40f5b5f9256d163a8ca6e22d0f6571cc83e (diff)
downloadpkgsrc-f080fa3ddec515b4dc917169cf0b1702ec8ca3f8.tar.gz
Depend on yacc, lex and flex as needed. Fixes PR 37586.
Diffstat (limited to 'cross/avrdude')
-rw-r--r--cross/avrdude/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index da81b405420..79c850f94cc 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -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