From 3f8522b7b55eefb978cfda3750483c12f08baca2 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 8 Jan 2016 19:54:53 +0000 Subject: graphviz explicitly requires flex not lex for -i case-insensitive patterns --- graphics/graphviz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3