diff options
author | pettai <pettai@pkgsrc.org> | 2012-12-18 17:03:56 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-12-18 17:03:56 +0000 |
commit | 0a54083fb8b964cdc56caaae5ca2ab32d76b036f (patch) | |
tree | 27dcaf25ae0e8292fd201940b3f46ce0ff6664dc /net/knot | |
parent | 37af833c60bd4a93922f14264f1a165168e95345 (diff) | |
download | pkgsrc-0a54083fb8b964cdc56caaae5ca2ab32d76b036f.tar.gz |
USE_TOOLS+= bison
(instead of using incompatible (f)lex found on some platforms)
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 4546ed201dd..2a19a63fb94 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/11/23 23:24:52 pettai Exp $ +# $NetBSD: Makefile,v 1.5 2012/12/18 17:03:56 pettai Exp $ # DISTNAME= knot-1.1.2 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/knot CONFIGURE_ARGS+= --localstatedir=${VARBASE}/knot USE_LIBTOOL= yes -USE_TOOLS+= flex gmake +USE_TOOLS+= bison gmake RCD_SCRIPTS= knot EGDIR= ${PREFIX}/share/examples/knot |