diff options
author | drochner <drochner> | 2008-02-05 20:28:53 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-02-05 20:28:53 +0000 |
commit | df3d3b7149058f3d898730981e9116b8cbd224e1 (patch) | |
tree | 0a835c4257ce80e80e16d4db97279c61cc48a90c /math | |
parent | b1186f924a0210f7af13603415768b2f18844036 (diff) | |
download | pkgsrc-df3d3b7149058f3d898730981e9116b8cbd224e1.tar.gz |
never believe a linux hacker blindly: it wants flex, not lex
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 0707b316312..b0153c2f221 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2008/02/04 20:10:34 tnn Exp $ +# $NetBSD: Makefile,v 1.67 2008/02/05 20:28:53 drochner Exp $ # DISTNAME= gcalctool-5.20.2 @@ -15,7 +15,7 @@ CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= bison gmake intltool lex msgfmt pkg-config +USE_TOOLS+= bison gmake intltool flex msgfmt pkg-config USE_PKGLOCALEDIR= yes GCONF_SCHEMAS= gcalctool.schemas |