diff options
author | pettai <pettai@pkgsrc.org> | 2012-12-20 07:50:19 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-12-20 07:50:19 +0000 |
commit | a4bbd00c2cef33dca3d6569ced8a324dc6718cb7 (patch) | |
tree | 78f6605fd69177c413643fecc112df0c905fda4b /net/knot | |
parent | b0aa10c9fe7ad2168744fc603cede3796cd646c5 (diff) | |
download | pkgsrc-a4bbd00c2cef33dca3d6569ced8a324dc6718cb7.tar.gz |
Added flex
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 2a19a63fb94..27b5e1d7504 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/12/18 17:03:56 pettai Exp $ +# $NetBSD: Makefile,v 1.6 2012/12/20 07:50:19 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+= bison gmake +USE_TOOLS+= bison flex gmake RCD_SCRIPTS= knot EGDIR= ${PREFIX}/share/examples/knot |