summaryrefslogtreecommitdiff
path: root/net/knot
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-12-18 17:03:56 +0000
committerpettai <pettai@pkgsrc.org>2012-12-18 17:03:56 +0000
commit2de190e4bd72f01f93d3d85f456b0a88d73e2eb4 (patch)
tree27dcaf25ae0e8292fd201940b3f46ce0ff6664dc /net/knot
parent63febb1b1fb49e96ac7dcba9e750583a2dfe9551 (diff)
downloadpkgsrc-2de190e4bd72f01f93d3d85f456b0a88d73e2eb4.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/Makefile4
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