diff options
author | drochner <drochner> | 2008-02-05 20:28:53 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-02-05 20:28:53 +0000 |
commit | 8e5807a1bce34e0b57b251d90919ecb75cb52b23 (patch) | |
tree | 0a835c4257ce80e80e16d4db97279c61cc48a90c /math | |
parent | cf79173708c7aee2a808d1b3d48134bfcc7c452d (diff) | |
download | pkgsrc-8e5807a1bce34e0b57b251d90919ecb75cb52b23.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 |