diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-01-08 10:24:14 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-01-08 10:24:14 +0000 |
commit | e74eb71780aa7404dca9030d3ac179b3671ec9aa (patch) | |
tree | 8dcdbf2c171ceed5c3e0010da87674ec5e691d28 /graphics/graphviz | |
parent | ad193e2aaf66afae4eb394d4afa23da135295a6d (diff) | |
download | pkgsrc-e74eb71780aa7404dca9030d3ac179b3671ec9aa.tar.gz |
Needs lex.
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index d2394fcd4fd..7cf6ebe7cce 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2014/01/07 15:15:17 wiz Exp $ +# $NetBSD: Makefile,v 1.135 2014/01/08 10:24:14 jperkin Exp $ DISTNAME= graphviz-2.34.0 PKGREVISION= 4 @@ -18,7 +18,7 @@ PRIVILEGED_STAGES+= clean USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= automake bison pkg-config +USE_TOOLS+= automake bison lex pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-java CONFIGURE_ARGS+= --disable-php |