diff options
author | richard <richard@pkgsrc.org> | 2016-01-08 19:54:53 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2016-01-08 19:54:53 +0000 |
commit | 3f8522b7b55eefb978cfda3750483c12f08baca2 (patch) | |
tree | 5cfe576d872a81357f01d19ea0cb8932841ce1a3 /graphics | |
parent | 07bda99323170ff7b6ccd8cc99b3d1a7b6a6d378 (diff) | |
download | pkgsrc-3f8522b7b55eefb978cfda3750483c12f08baca2.tar.gz |
graphviz explicitly requires flex not lex for -i case-insensitive patterns
Diffstat (limited to 'graphics')
-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 8bf01925a36..2622108910f 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2015/11/18 14:19:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.154 2016/01/08 19:54:53 richard Exp $ DISTNAME= graphviz-2.38.0 PKGREVISION= 10 @@ -16,7 +16,7 @@ PRIVILEGED_STAGES+= clean USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= automake bison lex pkg-config +USE_TOOLS+= automake bison flex pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-java CONFIGURE_ARGS+= --disable-php |